海风游戏狂欢季-独家活动首发平台

Centos 7 修改开机等待时间
2025-10-18 16:29:16

1、修改配置

vim /boot/grub2/grub.cfg

2、定位到如下这段

if [ x$feature_timeout_style = xy ] ; then

set timeout_style=menu

set timeout=5

# Fallback normal timeout code in case the timeout_style feature is

# unavailable.

else

set timeout=5

fi

3、修改set timeout 为1,为0无效,只需要改第一个timeout。

if [ x$feature_timeout_style = xy ] ; then

set timeout_style=menu

set timeout=1

# Fallback normal timeout code in case the timeout_style feature is

# unavailable.

else

set timeout=5

fi

-------------------------------------------------------------------------------------------------------------------------

------------------------------------------------------- 博客均为个人笔记,无所追求,仅供参考~~~ QQ--2382990774

杜鑫简介
《英雄联盟》ig冠军皮肤所有者介绍
最新文章