CentOS 7 修改开机等待时间

2020-04-05  本文已影响0人  sunsow
vi /boot/grub2/grub.cfg



terminal_output console
if [ x$feature_timeout_style = xy ] ; then
  set timeout_style=menu
  set timeout=0 # 修该 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 ###
上一篇 下一篇

猜你喜欢

热点阅读