From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Marx To: development@lists.ipfire.org Subject: [PATCH] BUG11296: Fix build on EFI systems Date: Fri, 03 Mar 2017 10:40:41 +0100 Message-ID: <1488534041-10600-1-git-send-email-alexander.marx@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3585883525497109311==" List-Id: --===============3585883525497109311== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable fixes: #11296 Signed-off-by: Alexander Marx --- 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=3D[A-Za-z0-9\/=3D-]*/root=3DUUID=3D$$(blkid -o value -s UUID $(= PART_ROOT))/g" =20 # Install GRUB - grub-install --force --recheck --no-floppy \ + grub-install --force --recheck --no-floppy --target=3Di386-pc \ --root-directory=3D$(MNThdd) $(DEVICE) endif =20 --=20 2.7.4 --===============3585883525497109311==--