summaryrefslogtreecommitdiff
path: root/configs/releng/efiboot/EFI/boot/startup_usb.nsh
diff options
context:
space:
mode:
Diffstat (limited to 'configs/releng/efiboot/EFI/boot/startup_usb.nsh')
-rw-r--r--configs/releng/efiboot/EFI/boot/startup_usb.nsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/releng/efiboot/EFI/boot/startup_usb.nsh b/configs/releng/efiboot/EFI/boot/startup_usb.nsh
index 439e400..2621cc4 100644
--- a/configs/releng/efiboot/EFI/boot/startup_usb.nsh
+++ b/configs/releng/efiboot/EFI/boot/startup_usb.nsh
@@ -5,6 +5,6 @@ for %m run (0 20)
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
+ vmlinuz archisobasedir=%INSTALL_DIR% archisolabel=%ARCHISO_LABEL% initrd=\%INSTALL_DIR%\boot\x86_64\libreiso.img
endif
endfor