public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* [PATCH] BUG11296: Fix build on EFI systems
@ 2017-03-03  9:40 Alexander Marx
  0 siblings, 0 replies; only message in thread
From: Alexander Marx @ 2017-03-03  9:40 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 600 bytes --]

fixes: #11296

Signed-off-by: Alexander Marx <alexander.marx(a)ipfire.org>
---
 lfs/flash-images | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lfs/flash-images b/lfs/flash-images
index d10fc9b..4a1a4d6 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.7.4


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-03-03  9:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-03  9:40 [PATCH] BUG11296: Fix build on EFI systems Alexander Marx

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox