[arch-releng] [PATCH] [configs/releng] Remove unused files (startup*.nsh)

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Wed Oct 10 00:41:34 EDT 2012


These files was used with efi-shell boot method, before gummiboot comes here.

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
 configs/releng/efiboot/EFI/boot/startup_iso.nsh | 10 ----------
 configs/releng/efiboot/EFI/boot/startup_usb.nsh | 10 ----------
 2 files changed, 20 deletions(-)
 delete mode 100644 configs/releng/efiboot/EFI/boot/startup_iso.nsh
 delete mode 100644 configs/releng/efiboot/EFI/boot/startup_usb.nsh

diff --git a/configs/releng/efiboot/EFI/boot/startup_iso.nsh b/configs/releng/efiboot/EFI/boot/startup_iso.nsh
deleted file mode 100644
index 5c35ca8..0000000
--- a/configs/releng/efiboot/EFI/boot/startup_iso.nsh
+++ /dev/null
@@ -1,10 +0,0 @@
- at 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
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 @@
- at 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
-- 
1.7.12.2



More information about the arch-releng mailing list