标签:bsp blog grub配置文件 linux 重启 生成 color es2017 names
centos7网卡名称为ens33,如果想改成eth0
1)编辑/etc/default/grub配置文件,添加net.ifnames=0
GRUB_CMDLINE_LINUX="net.ifnames=0 crashkernel=auto rd.lvm.lv=cl/root rd.lvm.lv=cl/swap rhgb quiet"
2)为grub2生成其配置文件
grub2-mkconfig -o /etc/grub2.cfg
3)重启系统
标签:bsp blog grub配置文件 linux 重启 生成 color es2017 names
原文地址:http://www.cnblogs.com/cncaptain/p/7685954.html