On 07/24/2014 09:40 AM, Jerry Geis wrote:
I tried adding biosdevname=0 when installing CentOS 7 witht the Everthing USB stick (nice) but the names are eth0 its something like enp3s0...
Is there not a way to use the old names any more?
Thanks,
jerry _______________________________________________ CentOS mailing list CentOS@centos.org http://lists.centos.org/mailman/listinfo/centos
add this to the boot line:
net.ifnames=0
It turns off that stupid renaming
It's documented here:
http://www.freedesktop.org/wiki/Software/systemd/PredictableNetworkInterface...