Package: grub-invaders
Version: 1.0.0-7
Severity: normal
Tags: patch
See #492242; this is essentially the same bug, and I attach a fix
that Works For Me (though it's still something of a rough draft).
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.6.25.custom
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
grub-invaders depends on no packages.
grub-invaders recommends no packages.
Versions of packages grub-invaders suggests:
pn grub2 <none> (no description available)
-- no debconf information
--
JBR
Ankh kak! (Ancient Egyptian blessing)
#!/bin/bash -e
if test -e /boot/invaders ; then
source /usr/lib/grub/update-grub_lib
INVADERSPATH=$( make_system_path_relative_to_its_root "/boot/invaders" )
echo "Found GRUB Invaders image: /boot/invaders" >&2
cat << EOF
menuentry "GRUB Invaders" {
multiboot $INVADERSPATH
}
EOF
fi