diff options
Diffstat (limited to 'scripts/contrib/mkefidisk.sh')
-rwxr-xr-x | scripts/contrib/mkefidisk.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh index cd4de05336..1c11d1a6b6 100755 --- a/scripts/contrib/mkefidisk.sh +++ b/scripts/contrib/mkefidisk.sh | |||
@@ -438,6 +438,9 @@ if [ -d $ROOTFS_MNT/etc/udev/ ] ; then | |||
438 | echo "$TARGET_DEVICE" >> $ROOTFS_MNT/etc/udev/mount.blacklist | 438 | echo "$TARGET_DEVICE" >> $ROOTFS_MNT/etc/udev/mount.blacklist |
439 | fi | 439 | fi |
440 | 440 | ||
441 | # Add startup.nsh script for automated boot | ||
442 | echo "fs0:\EFI\BOOT\bootx64.efi" > $BOOTFS_MNT/startup.nsh | ||
443 | |||
441 | 444 | ||
442 | # Call cleanup to unmount devices and images and remove the TMPDIR | 445 | # Call cleanup to unmount devices and images and remove the TMPDIR |
443 | cleanup | 446 | cleanup |