系统相关
首页 > 系统相关> > centos7网卡重命名为ethx格式

centos7网卡重命名为ethx格式

作者:互联网

centos7网卡重命名为ethx格式

CentOS 7 使用 eth0 这样的传统名称,那么在下图的安装界面时,按Tab键在下方输入以下参数:

1 net.ifnames=0   biosdevname=0

 

cobbler profile 修改方法:
cobbler profile edit --name=Centos-7.3-x86_64 --kopts='net.ifnames=0 biosdevname=0'

标签:profile,centos7,网卡,biosdevname,ethx,ifnames,net
来源: https://www.cnblogs.com/linux-186/p/14172380.html