Comment on CentOS 7 released on x86_64Comments−scurvy12yNow there are 2 kernel boot parameters required to get old style "eth#" interface names. net.ifnames=0 and biosdevname=0CentOS 6 only required biosdevname=0−ck212yThank you for this! I was going crazy trying to figure out how to get "eth0" back. Works perfect.yum install net-tools is also a mustI think I've spent the first dozen hours with centos 7.0 just trying to get it to behave more like 6.5Having to remember to run a script every time I edit grub configuration is annoying as hell too. grub2-mkconfig -o /boot/grub2/grub.cfg I mean that is so natural and easy to remember, lol - I had to make "update-grub" (like debian) an alias for it
Comments
Now there are 2 kernel boot parameters required to get old style "eth#" interface names. net.ifnames=0 and biosdevname=0
CentOS 6 only required biosdevname=0
Thank you for this! I was going crazy trying to figure out how to get "eth0" back. Works perfect.
yum install net-tools is also a must
I think I've spent the first dozen hours with centos 7.0 just trying to get it to behave more like 6.5
Having to remember to run a script every time I edit grub configuration is annoying as hell too.
I mean that is so natural and easy to remember, lol - I had to make "update-grub" (like debian) an alias for it