* 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:
Colin Watson 2011-01-06 13:24:38 +00:00
parent 71b6a2b7a2
commit 415502c26a
2 changed files with 6 additions and 0 deletions

View File

@ -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):

View File

@ -119,6 +119,7 @@ cat <<EOF >${cfgfile}
grubshell=yes
insmod serial
serial
terminfo serial dumb
terminal_input serial
terminal_output serial
EOF