[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>
This commit is contained in:
Gerardo Exequiel Pozzi 2012-10-13 14:40:41 -03:00
parent 76ef155a04
commit 0e5b68e0d3
2 changed files with 0 additions and 20 deletions

View File

@ -1,10 +0,0 @@
@echo -off
for %m run (0 20)
if exist fs%m:\EFI\archiso\vmlinuz.efi then
fs%m:
cd fs%m:\EFI\archiso
echo "Launching Arch Linux ISO Kernel fs%m:\EFI\archiso\vmlinuz.efi"
vmlinuz.efi archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% initrd=\EFI\archiso\archiso.img
endif
endfor

View File

@ -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