summaryrefslogtreecommitdiff
path: root/configs/releng/efiboot/EFI/boot/startup_usb.nsh
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2012-10-13 14:40:41 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2012-10-13 14:40:41 -0300
commit0e5b68e0d3122adffd16d48fdb5c93e858ddaf32 (patch)
treee2d907f43c5392e2b34f50f5a9609a26f03c317b /configs/releng/efiboot/EFI/boot/startup_usb.nsh
parent76ef155a04effa6741f4db2384eba90671a2fdba (diff)
[configs/releng] Remove unused files (startup*.nsh)
These files was used with efi-shell boot method, before gummiboot comes here. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/releng/efiboot/EFI/boot/startup_usb.nsh')
-rw-r--r--configs/releng/efiboot/EFI/boot/startup_usb.nsh10
1 files changed, 0 insertions, 10 deletions
diff --git a/configs/releng/efiboot/EFI/boot/startup_usb.nsh b/configs/releng/efiboot/EFI/boot/startup_usb.nsh
deleted file mode 100644
index 439e400..0000000
--- a/configs/releng/efiboot/EFI/boot/startup_usb.nsh
+++ /dev/null
@@ -1,10 +0,0 @@
-@echo -off
-
-for %m run (0 20)
- if exist fs%m:\%INSTALL_DIR%\boot\x86_64\vmlinuz then
- fs%m:
- cd fs%m:\%INSTALL_DIR%\boot\x86_64
- echo "Launching Archiso Kernel fs%m:\%INSTALL_DIR%\boot\x86_64\vmlinuz"
- vmlinuz archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% initrd=\%INSTALL_DIR%\boot\x86_64\archiso.img
- endif
-endfor