]> git.ipfire.org Git - people/amarx/ipfire-2.x.git/commitdiff
BUG11296: Fix build on EFI systems BUG11296
authorAlexander Marx <alexander.marx@ipfire.org>
Fri, 3 Mar 2017 09:36:57 +0000 (10:36 +0100)
committerAlexander Marx <alexander.marx@ipfire.org>
Fri, 3 Mar 2017 09:36:57 +0000 (10:36 +0100)
fixes: #11296

Signed-off-by: Alexander Marx <alexander.marx@ipfire.org>
lfs/flash-images

index d10fc9bbf93d13b201e2c980b2c15d88557545b5..4a1a4d6aab696277a65e5ddabee817cd25ef3373 100644 (file)
@@ -193,7 +193,7 @@ endif
                -e "s/root=[A-Za-z0-9\/=-]*/root=UUID=$$(blkid -o value -s UUID $(PART_ROOT))/g"
 
        # Install GRUB
-       grub-install --force --recheck --no-floppy \
+       grub-install --force --recheck --no-floppy --target=i386-pc \
                --root-directory=$(MNThdd) $(DEVICE)
 endif