2017年03月29日 21:38:39 mtqq1234 阅读数:2471 标签: centos 更多centos
我的分类: Linuxspa
找到 /boot/grub2 下的 grub.cfg.net
找到并修改下面的代码:code
fi
}
terminal_output console
if [ x$feature_timeout_style = xy ] ; then
set timeout_style=menu
set timeout=5(建议修改为1,不要修改为0,修改完成后,重启便可看到效果)
# Fallback normal timeout code in case the timeout_style feature is
# unavailable.
else
set timeout=5
fi
### END /etc/grub.d/00_header ###orm