From 03ec8f3048a72828dc1707a552f0044150f2d632 Mon Sep 17 00:00:00 2001 From: maideii Date: Tue, 10 Oct 2017 11:38:52 +0800 Subject: [PATCH] added EFI 32bit support via GRUB2 - indentation mistake --- scripts/mkimage | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/mkimage b/scripts/mkimage index 8ce3d815e2..5aef3cd308 100755 --- a/scripts/mkimage +++ b/scripts/mkimage @@ -322,7 +322,7 @@ fi # bootloader # FIXME: an unalias should work here, but it does not; call mcopy directly $TOOLCHAIN/bin/mcopy -i $LE_TMP/part1.fat -o "$LE_TMP"/syslinux.cfg ::/EFI/BOOT $TOOLCHAIN/bin/mcopy -i $LE_TMP/part1.fat -o "$LE_TMP"/syslinux.cfg :: -$TOOLCHAIN/bin/mcopy -i $LE_TMP/part1.fat -o "$LE_TMP"/grub.cfg ::/EFI/BOOT + $TOOLCHAIN/bin/mcopy -i $LE_TMP/part1.fat -o "$LE_TMP"/grub.cfg ::/EFI/BOOT $TOOLCHAIN/bin/mcopy -i $LE_TMP/part1.fat -o "$LE_TMP"/grub.cfg :: sync # merge modified part1 back to tmp disk image