fixes: #11296
Signed-off-by: Alexander Marx alexander.marx@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