[oe-commits] Darren Hart : mkefidisk: Remove startup.nsh

git at git.openembedded.org git at git.openembedded.org
Fri Mar 22 17:05:38 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: d031cdbf40231b8c103d78c69252bf9d584d0605
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d031cdbf40231b8c103d78c69252bf9d584d0605

Author: Darren Hart <dvhart at linux.intel.com>
Date:   Tue Mar 19 15:15:05 2013 -0700

mkefidisk: Remove startup.nsh

Most firmware implementations use the EFI specified
EFI/BOOT/bootia32.efi (and similar) boot paths. Only broken firmware
uses different paths for removable media. In those cases, the user can
add their own startup.nsh.

For the compliant case, selecting "Shell" from the EFI boot menu should
go to the shell.

Signed-off-by: Darren Hart <dvhart at linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 f8c08dd..6ff12af 100755
--- a/scripts/contrib/mkefidisk.sh
+++ b/scripts/contrib/mkefidisk.sh
@@ -255,10 +255,6 @@ sed -i "s/ LABEL=[^ ]*/ /" $GRUBCFG
 sed -i "s@ root=[^ ]*@ @" $GRUBCFG
 sed -i "s at vmlinuz @vmlinuz root=$TARGET_ROOTFS ro rootwait quiet @" $GRUBCFG
 
-# Provide a startup.nsh script for older firmware with non-standard boot
-# directories and paths.
-echo "bootia32.efi" > $BOOTFS_MNT/startup.nsh
-
 umount $BOOTFS_MNT
 umount $HDDIMG_MNT
 rm -rf $TMPDIR





More information about the Openembedded-commits mailing list