Fedora 19 get back eth0
1) yum remove biosdevname
2) add net.ifnames=0 to GRUB_CMDLINE_LINUX in /etc/default/grub
3) grub2-mkconfig -o /boot/grub2/grub.cfg
4) rename /etc/sysconfig/network-scripts/ifcfg-whatever to ifcfg-eth0
5) change to NAME=eth0 inside ifcfg-eth0
Thanks to Jann5s
One Comment
Leave a Reply
You must be logged in to post a comment.
[…] 找了个教程说是要(其实后来我感觉原作者是不是做的太多了,也许5不需要?我不知道是哪一步达到了我想要的效果) […]