summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/contrib/mkefidisk.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh
index 800733f0af..ac4ec9c7fb 100755
--- a/scripts/contrib/mkefidisk.sh
+++ b/scripts/contrib/mkefidisk.sh
@@ -444,7 +444,7 @@ if [ -d $ROOTFS_MNT/etc/udev/ ] ; then
444fi 444fi
445 445
446# Add startup.nsh script for automated boot 446# Add startup.nsh script for automated boot
447echo "fs0:\EFI\BOOT\bootx64.efi" > $BOOTFS_MNT/startup.nsh 447printf "fs0:\%s\BOOT\%s\n" "EFI" "bootx64.efi" > $BOOTFS_MNT/startup.nsh
448 448
449 449
450# Call cleanup to unmount devices and images and remove the TMPDIR 450# Call cleanup to unmount devices and images and remove the TMPDIR