5 Star 0 Fork 16

OpenCloudOS Stream/grub2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
0270-revert-Add-the-t-hotkey.patch 1.71 KB
一键复制 编辑 原始数据 按行查看 历史
nilusyi 提交于 2024-04-07 16:45 . update patches
From a222a636e9d3cf5ccad652e9126446f2be5a16a2 Mon Sep 17 00:00:00 2001
From: nilusyi <nilusyi@tencent.com>
Date: Sun, 7 Apr 2024 11:17:52 +0800
Subject: [PATCH 270/272] revert Add the "t" hotkey
no need of this function
Signed-off-by: nilusyi <nilusyi@tencent.com>
---
Makefile.util.def | 6 ------
util/grub.d/00_header.in | 3 ---
util/grub.d/95_textmode.in | 12 ------------
3 files changed, 21 deletions(-)
delete mode 100644 util/grub.d/95_textmode.in
diff --git a/Makefile.util.def b/Makefile.util.def
index d557c268b..5ecba7c9e 100644
--- a/Makefile.util.def
+++ b/Makefile.util.def
@@ -591,12 +591,6 @@ script = {
installdir = grubconf;
};
-script = {
- name = '95_textmode';
- common = util/grub.d/95_textmode.in;
- installdir = grubconf;
-};
-
script = {
name = 'grub-systemd-integration.service';
common = util/systemd/grub-systemd-integration.service.in;
diff --git a/util/grub.d/00_header.in b/util/grub.d/00_header.in
index 1eec16dad..f402d2072 100644
--- a/util/grub.d/00_header.in
+++ b/util/grub.d/00_header.in
@@ -222,9 +222,6 @@ EOF
fi
cat << EOF
- if [ "\${grub_platform}" = "efi" ]; then
- echo "Please press 't' to show the boot menu on this console"
- fi
set gfxmode=${GRUB_GFXMODE}
load_video
diff --git a/util/grub.d/95_textmode.in b/util/grub.d/95_textmode.in
deleted file mode 100644
index d6c1dbf00..000000000
--- a/util/grub.d/95_textmode.in
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-
-cat <<EOF
-if [ "\${grub_platform}" = "efi" ]; then
- # On EFI systems we can only have graphics *or* serial, so allow the user
- # to switch between the two
- hiddenentry 'Text mode' --hotkey 't' {
- set textmode=true
- terminal_output console
- }
-fi
-EOF
--
2.41.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/opencloudos-stream/grub2.git
git@gitee.com:opencloudos-stream/grub2.git
opencloudos-stream
grub2
grub2
master

搜索帮助