From d22175afa597e1eceab129c95b94e8d6b98e12ce Mon Sep 17 00:00:00 2001 From: Ing Date: Sun, 29 Dec 2024 10:15:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AE=80=E5=8C=96=20grub.cfg=20=E4=B8=AD?= =?UTF-8?q?=E7=9A=84=E7=BB=88=E7=AB=AF=E8=BE=93=E5=87=BA=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- files/mnt/p1/boot/grub/grub.cfg | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/files/mnt/p1/boot/grub/grub.cfg b/files/mnt/p1/boot/grub/grub.cfg index 20b82b5e..b97744c8 100644 --- a/files/mnt/p1/boot/grub/grub.cfg +++ b/files/mnt/p1/boot/grub/grub.cfg @@ -35,11 +35,7 @@ fi if loadfont unicode; then set gfxmode=auto - if [ "${grub_platform}" = "efi" ]; then - terminal_output --append gfxterm - else - terminal_output gfxterm - fi + terminal_output gfxterm fi if serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1; then