Ignore:
Timestamp:
Jul 26, 2014, 8:18:39 PM (10 years ago)
Author:
glasgall
Message:
vSphere doesn't have hvc0, so remove console=hvc0. Also set net.ifnames=0 so that we get eth0 and eth1 instead of eno<random numbers>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/fc20-dev/server/fedora/config/etc/default/grub

    r2223 r2546  
    44GRUB_TERMINAL="serial console"
    55GRUB_SERIAL_COMMAND="serial"
    6 GRUB_CMDLINE_LINUX="rd.md=0 rd.lvm=0 rd.dm=0 console=hvc0 KEYTABLE=us rd.luks=0 SYSFONT=True LANG=en_US.UTF-8"
     6GRUB_CMDLINE_LINUX="rd.md=0 rd.lvm=0 rd.dm=0 KEYTABLE=us rd.luks=0 SYSFONT=True LANG=en_US.UTF-8 net.ifnames=0"
Note: See TracChangeset for help on using the changeset viewer.