码迷,mamicode.com
首页 > 其他好文 > 详细

改网卡名centos7、8,恢复传统的网卡命名eth0

时间:2020-05-28 19:30:02      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:names   mes   swap   nbsp   isa   menu   inux   grub2   mapper   

 

 #vim /etc/default/grub

 

GRUB_TIMEOUT=5

GRUB_DISTRIBUTOR="$(sed ‘s, release .*$,,g‘ /etc/system-release)"

GRUB_DEFAULT=saved

GRUB_DISABLE_SUBMENU=true

GRUB_TERMINAL_OUTPUT="console"

 

GRUB_CMDLINE_LINUX="resume=/dev/mapper/cl-swap rd.lvm.lv=cl/root rd.lvm.lv=cl/swap rhgb quiet net.ifnames=0"

GRUB_DISABLE_RECOVERY="true"

GRUB_ENABLE_BLSCFG=true

 

 #grub2-mkconfig  -o  /boot/grub2/grub.cfg

 

#Reboot

 

eth0

改网卡名centos7、8,恢复传统的网卡命名eth0

标签:names   mes   swap   nbsp   isa   menu   inux   grub2   mapper   

原文地址:https://www.cnblogs.com/weiweirui/p/12983296.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!