mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-08 08:55:33 +00:00
* tests/util/grub-shell.in: Set serial terminfo type to `dumb', to
avoid causing test failures by clearing the screen.
This commit is contained in:
parent
71b6a2b7a2
commit
415502c26a
@ -1,3 +1,8 @@
|
|||||||
|
2011-01-06 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
|
* tests/util/grub-shell.in: Set serial terminfo type to `dumb', to
|
||||||
|
avoid causing test failures by clearing the screen.
|
||||||
|
|
||||||
2011-01-06 Colin Watson <cjwatson@ubuntu.com>
|
2011-01-06 Colin Watson <cjwatson@ubuntu.com>
|
||||||
|
|
||||||
* grub-core/kern/emu/getroot.c (find_root_device_from_mountinfo):
|
* grub-core/kern/emu/getroot.c (find_root_device_from_mountinfo):
|
||||||
|
@ -119,6 +119,7 @@ cat <<EOF >${cfgfile}
|
|||||||
grubshell=yes
|
grubshell=yes
|
||||||
insmod serial
|
insmod serial
|
||||||
serial
|
serial
|
||||||
|
terminfo serial dumb
|
||||||
terminal_input serial
|
terminal_input serial
|
||||||
terminal_output serial
|
terminal_output serial
|
||||||
EOF
|
EOF
|
||||||
|
Loading…
Reference in New Issue
Block a user