[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:
parent
76ef155a04
commit
0e5b68e0d3
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user