5 Apr
2012
5 Apr
'12
10:01 p.m.
On 04/05/2012 03:38 PM, Gerardo Exequiel Pozzi wrote:
--- /dev/null +++ b/configs/releng/efiboot/EFI/boot/startup.nsh @@ -0,0 +1,10 @@ +echo -off + +for %m in (0 9) + 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
oops, "in" should be "run" for using (0 9) -- Gerardo Exequiel Pozzi \cos^2\alpha + \sin^2\alpha = 1