diff options
| -rwxr-xr-x | scripts/contrib/mkefidisk.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/contrib/mkefidisk.sh b/scripts/contrib/mkefidisk.sh index f8c08dd204..6ff12af523 100755 --- a/scripts/contrib/mkefidisk.sh +++ b/scripts/contrib/mkefidisk.sh | |||
| @@ -255,10 +255,6 @@ sed -i "s/ LABEL=[^ ]*/ /" $GRUBCFG | |||
| 255 | sed -i "s@ root=[^ ]*@ @" $GRUBCFG | 255 | sed -i "s@ root=[^ ]*@ @" $GRUBCFG |
| 256 | sed -i "s@vmlinuz @vmlinuz root=$TARGET_ROOTFS ro rootwait quiet @" $GRUBCFG | 256 | sed -i "s@vmlinuz @vmlinuz root=$TARGET_ROOTFS ro rootwait quiet @" $GRUBCFG |
| 257 | 257 | ||
| 258 | # Provide a startup.nsh script for older firmware with non-standard boot | ||
| 259 | # directories and paths. | ||
| 260 | echo "bootia32.efi" > $BOOTFS_MNT/startup.nsh | ||
| 261 | |||
| 262 | umount $BOOTFS_MNT | 258 | umount $BOOTFS_MNT |
| 263 | umount $HDDIMG_MNT | 259 | umount $HDDIMG_MNT |
| 264 | rm -rf $TMPDIR | 260 | rm -rf $TMPDIR |
