* 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
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
||||
* grub-core/kern/emu/getroot.c (find_root_device_from_mountinfo):
|
||||
|
|
|
@ -119,6 +119,7 @@ cat <<EOF >${cfgfile}
|
|||
grubshell=yes
|
||||
insmod serial
|
||||
serial
|
||||
terminfo serial dumb
|
||||
terminal_input serial
|
||||
terminal_output serial
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue