boot/grub2: Set terminfo dumb

GRUB seems to have trouble with line drawing on both the Raspberry Pi
and QEMU.
Dustin 2025-08-22 21:15:27 -05:00
parent 1a33e711bb
commit 4fa971e36e
1 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# vim: set ft=sh : # vim: set ft=sh :
# vim: set sw=4 ts=4 sts=4 et: # vim: set sw=4 ts=4 sts=4 et:
terminfo dumb
load_env load_env
regexp --set 1:disk '(.*),.*' $root regexp --set 1:disk '(.*),.*' $root
for dev in ($disk,gpt*); do for dev in ($disk,gpt*); do