From: Alexander Marx Date: Fri, 3 Mar 2017 09:40:41 +0000 (+0100) Subject: BUG11296: Fix build on EFI systems X-Git-Tag: v2.19-core110^2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5021ee33de34ca1cfb4747c9741f7ac6bd08f9e7;p=ipfire-2.x.git BUG11296: Fix build on EFI systems fixes: #11296 Signed-off-by: Alexander Marx Signed-off-by: Michael Tremer --- diff --git a/lfs/flash-images b/lfs/flash-images index d10fc9bbf9..4a1a4d6aab 100644 --- a/lfs/flash-images +++ b/lfs/flash-images @@ -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