From 5021ee33de34ca1cfb4747c9741f7ac6bd08f9e7 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Fri, 3 Mar 2017 10:40:41 +0100 Subject: [PATCH] BUG11296: Fix build on EFI systems fixes: #11296 Signed-off-by: Alexander Marx Signed-off-by: Michael Tremer --- lfs/flash-images | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5