mirror of
https://github.com/RROrg/rr.git
synced 2025-06-21 05:51:05 +08:00
简化 grub.cfg 中的终端输出配置
This commit is contained in:
parent
523257ef27
commit
d22175afa5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user