1 Star 0 Fork 50

Sevever/grub2_an

forked from src-anolis-os/grub2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0137-Set-the-first-boot-menu-entry-as-default-when-using-.patch 930 Bytes
一键复制 编辑 原始数据 按行查看 历史
geliwei 提交于 2022-04-13 15:15 . update to grub2-2.02-120.el8.src.rpm
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Javier Martinez Canillas <[email protected]>
Date: Fri, 6 Apr 2018 14:08:36 +0200
Subject: [PATCH] Set the first boot menu entry as default when using BLS
fragments
When BootLoaderSpec configuration files are used, the default boot menu
entry is always set to the first entry as sorted by the blscfg command.
Suggested-by: Peter Jones <[email protected]>
Signed-off-by: Javier Martinez Canillas <[email protected]>
---
util/grub.d/10_linux.in | 1 +
1 file changed, 1 insertion(+)
diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
index 839f1fdb6..89cd71d85 100644
--- a/util/grub.d/10_linux.in
+++ b/util/grub.d/10_linux.in
@@ -144,6 +144,7 @@ if [ -s \$prefix/grubenv ]; then
fi
EOF
+ ${grub_editenv} - set saved_entry=0
${grub_editenv} - set kernelopts="root=${linux_root_device_thisversion} ro ${args}"
exit 0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sevever/grub2_an.git
[email protected]:sevever/grub2_an.git
sevever
grub2_an
grub2_an
a8

搜索帮助