Bug#589322: grub-pc: 05_debian_theme: no background image if multiple outputs

Mario 'BitKoenig' Holbe Mario.Holbe at TU-Ilmenau.DE
Fri Jul 16 17:02:01 UTC 2010


Package: grub-pc
Version: 1.98+20100710-1

Hello,

when choosing multiple terminal outputs via
	/etc/default/grub:GRUB_TERMINAL_OUTPUT="gfxterm serial"
05_debian_theme fails to configure a background image for gfxterm.

The attached patch fixes this.

Altough the patch looks quite long, it really isn't: most of it is
changed indenting. Here is a diff -w marking the real changes:
	25c25,26
	< if [ "$GRUB_TERMINAL_OUTPUT" = "gfxterm" ] ; then
	---
	> for output in ${GRUB_TERMINAL_OUTPUT}; do
	>   if [ "$output" = "gfxterm" ] ; then
	40a42
	>     break
	41a44
	> done
The changes are somewhat similar to GRUB_TERMINAL_OUTPUT handling in
00_header.


regards
   Mario
-- 
> As Luke Leighton said once on samba-ntdom, "now, what was that about
> rebooting?   that was so long ago, i had to look it up with man -k."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 05_debian_theme.patch
Type: text/x-diff
Size: 1302 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20100716/3d1858d7/attachment.patch>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 482 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-grub-devel/attachments/20100716/3d1858d7/attachment.pgp>


More information about the Pkg-grub-devel mailing list