From: Alexander Marx Date: Fri, 3 Mar 2017 09:36:57 +0000 (+0100) Subject: BUG11296: Fix build on EFI systems X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2FBUG11296;p=people%2Famarx%2Fipfire-2.x.git BUG11296: Fix build on EFI systems fixes: #11296 Signed-off-by: Alexander Marx --- diff --git a/lfs/flash-images b/lfs/flash-images index d10fc9bbf..4a1a4d6aa 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