Bug#526741: creates faulty terminal instructions
martin f krafft
madduck at debian.org
Tue May 12 16:13:37 UTC 2009
also sprach Tim Durack <tdurack at gmail.com> [2009.05.12.1800 +0200]:
> With patch applied:
This seems as if the terminal_input and terminal_output lines should
have been written:
> case x${GRUB_TERMINAL_INPUT} in
> x)
> # Just use the native terminal
> ;;
> x*)
> cat << EOF
> if terminal_input ${GRUB_TERMINAL_INPUT} ; then true ; else
> # For backward compatibility with versions of terminal.mod that don't
> # understand terminal_input
> terminal ${GRUB_TERMINAL_INPUT}
> fi
> EOF
> ;;
> esac
> + case x${GRUB_TERMINAL_INPUT} in
> + cat
and
> case x${GRUB_TERMINAL_OUTPUT} in
> xgfxterm)
[...]
> ;;
> x)
> # Just use the native terminal
> ;;
> x*)
> cat << EOF
> if terminal_output ${GRUB_TERMINAL_OUTPUT} ; then true ; else
> # For backward compatibility with versions of terminal.mod that don't
> # understand terminal_output
> terminal ${GRUB_TERMINAL_OUTPUT}
> fi
> EOF
> ;;
> esac
> + case x${GRUB_TERMINAL_OUTPUT} in
> + cat
Can you check /boot/grub/grub.cfg?
--
.''`. martin f. krafft <madduck at d.o> Related projects:
: :' : proud Debian developer http://debiansystem.info
`. `'` http://people.debian.org/~madduck http://vcs-pkg.org
`- Debian - when you have better things to do than fixing systems
"der besitz der wahrheit ist nicht schrecklich,
sondern langweilig, wie jeder besitz."
- friedrich nietzsche
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature (see http://martin-krafft.net/gpg/)
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20090512/903d22f8/attachment-0001.pgp>
More information about the Pkg-grub-devel
mailing list