summaryrefslogtreecommitdiff
path: root/configs/releng/efiboot/EFI
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-04 15:33:55 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-04 15:33:55 -0300
commit6bdcc59f94ecd2fd84facda953f92e1d2a5cf727 (patch)
treee3348a3a05ae33a3d6040f2f7a38a260cdc4a065 /configs/releng/efiboot/EFI
parent64a660adb9a1ad658874759c186e0e9cbf138e63 (diff)
updating all files
Diffstat (limited to 'configs/releng/efiboot/EFI')
-rw-r--r--configs/releng/efiboot/EFI/boot/startup.nsh10
1 files changed, 10 insertions, 0 deletions
diff --git a/configs/releng/efiboot/EFI/boot/startup.nsh b/configs/releng/efiboot/EFI/boot/startup.nsh
new file mode 100644
index 0000000..1433751
--- /dev/null
+++ b/configs/releng/efiboot/EFI/boot/startup.nsh
@@ -0,0 +1,10 @@
+@echo -off
+
+for %m run (0 9)
+ if exist fs%m:\EFI\archiso\vmlinuz.efi then
+ fs%m:
+ cd fs%m:\EFI\archiso
+ echo "Launching Parabola GNU/Linux-libre ISO Kernel fs%m:\EFI\archiso\vmlinuz.efi"
+ vmlinuz.efi archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% initrd=\EFI\archiso\libreiso.img
+ endif
+endfor