Le lundi 17 novembre 2008 19:11:02, vous avez écrit : > Package: grub-invaders > Version: 1.0.0-8 > Severity: grave > Tags: patch > > --- Please enter the report below this line. --- > Hi, > > While trying grub-pc, I went over grub-invaders. Installation went fine, > but it failed to boot with an error like "multiboot unknown" (can't > remember exactly). > > The attached patch solves the issue (at least for me). > > It moves line 10 ( prepare_grub_to_access_device…) after line 6, so that > the menuentry contains only the multiboot, which is then recognised (for an > unknown reason). > > Regards, > > OdyX
Cosmetic change... There was too much indentation. New patch attached. Sorry for the noise. Regards, OdyX -- Didier Raboud, proud Debian user. CH-1802 Corseaux [EMAIL PROTECTED]
--- etc/grub.d/22_invaders 2008-08-04 11:07:08.000000000 +0200
+++ /etc/grub.d/22_invaders 2008-11-17 19:19:12.000000000 +0100
@@ -4,11 +4,10 @@
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
+
+ prepare_grub_to_access_device ${GRUB_DEVICE_BOOT}
cat << EOF
menuentry "GRUB Invaders" {
-EOF
- prepare_grub_to_access_device ${GRUB_DEVICE_BOOT} | sed -e "s/^/\t/g"
- cat << EOF
multiboot ${INVADERSPATH}
}
EOF
signature.asc
Description: This is a digitally signed message part.

