From fba0f4eb8122a535ae1c54ebb3d0752f4682bec5 Mon Sep 17 00:00:00 2001 From: Christian Hofstaedtler Date: Thu, 8 Dec 2011 14:38:44 +0100 Subject: [PATCH] Hardcode i386-pc for grub path We already had the format hardcoded, so do it in the path as well. --- etc/grml/fai/config/scripts/GRMLBASE/44-grub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4