From: Christian Hofstaedtler Date: Thu, 8 Dec 2011 13:38:44 +0000 (+0100) Subject: Hardcode i386-pc for grub path X-Git-Tag: v0.17.0~8 X-Git-Url: http://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=fba0f4eb8122a535ae1c54ebb3d0752f4682bec5 Hardcode i386-pc for grub path We already had the format hardcoded, so do it in the path as well. --- diff --git a/etc/grml/fai/config/scripts/GRMLBASE/44-grub b/etc/grml/fai/config/scripts/GRMLBASE/44-grub index c96b3e3..7083d0c 100755 --- a/etc/grml/fai/config/scripts/GRMLBASE/44-grub +++ b/etc/grml/fai/config/scripts/GRMLBASE/44-grub @@ -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