I need an eth0 device for the Matlab licence manager. Under fc18, the following worked:
1. Create ifcfg-eth0 file in /etc/sysconfig/network-scripts with NAME=eth0 line.
2. Edit /etc/default/grub to add biosdevename call:
GRUB_CMDLINE_LINUX="rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) rd.luks=0 vconsole.keymap=us rd.lvm.lv=fedora/root rhgb quiet biosdevname=0"
3. Execute: grub2-mkconfig -o /boot/grub2/grub.cfg
After upgrading to fc19 with fedup the previous ifcfg-eth0 and grub files were unchanged, so it looks as if rerunning : grub2-mkconfig should suffice. But after doing so, the primary network device is still enp4s0, not eth0. Suggestions gratefully received!
Philip
P.S. The smiley face in the middle of the grub syntax is not my doing. This is how the web interface is choosing to parse a colon followed by a right parenthesis.
1. Create ifcfg-eth0 file in /etc/sysconfig/network-scripts with NAME=eth0 line.
2. Edit /etc/default/grub to add biosdevename call:
GRUB_CMDLINE_LINUX="rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 $([ -x /usr/sbin/rhcrashkernel-param ] && /usr/sbin/rhcrashkernel-param || :) rd.luks=0 vconsole.keymap=us rd.lvm.lv=fedora/root rhgb quiet biosdevname=0"
3. Execute: grub2-mkconfig -o /boot/grub2/grub.cfg
After upgrading to fc19 with fedup the previous ifcfg-eth0 and grub files were unchanged, so it looks as if rerunning : grub2-mkconfig should suffice. But after doing so, the primary network device is still enp4s0, not eth0. Suggestions gratefully received!
Philip
P.S. The smiley face in the middle of the grub syntax is not my doing. This is how the web interface is choosing to parse a colon followed by a right parenthesis.