diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/contrib/mkefidisk.sh | 2 |
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 | |||
444 | fi | 444 | fi |
445 | 445 | ||
446 | # Add startup.nsh script for automated boot | 446 | # Add startup.nsh script for automated boot |
447 | echo "fs0:\EFI\BOOT\bootx64.efi" > $BOOTFS_MNT/startup.nsh | 447 | printf "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 |