Hardcode i386-pc for grub path
authorChristian Hofstaedtler <ch@grml.org>
Thu, 8 Dec 2011 13:38:44 +0000 (14:38 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Thu, 8 Dec 2011 13:38:44 +0000 (14:38 +0100)
We already had the format hardcoded, so do it in the path as well.

etc/grml/fai/config/scripts/GRMLBASE/44-grub

index c96b3e3..7083d0c 100755 (executable)
@@ -9,7 +9,7 @@
 set -e
 set -u
 
-$ROOTCMD grub-mkimage -d /usr/lib/grub/*-pc \
+$ROOTCMD grub-mkimage -d /usr/lib/grub/i386-pc \
   -o /boot/grub/core.img \
   biosdisk iso9660 \
   --format=i386-pc