grub: Force console output
Aimee OS/aimee-os/pipeline/head This commit looks good
Details
Aimee OS/aimee-os/pipeline/head This commit looks good
Details
GRUB seems to have trouble with box drawing over the PL011 UART on both the Raspberry Pi and QEMU.
parent
29ed6cc935
commit
db9674bbb4
|
@ -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:
|
||||||
|
|
||||||
|
terminal_output console
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue