* 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

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