This commit is contained in:
Shelvacu
2024-06-02 00:07:36 -07:00
parent 31455baa9c
commit 928dd1db15

View File

@@ -41,6 +41,9 @@
] ++ (if bootInstaller then [
# "-boot" "once=d"
"-cdrom" "${installerIsoPath}"
"-kernel" "${installer.config.system.build.kernel}"
"-initrd" "${installer.config.system.build.initialRamdisk}"
"-append" "${installer.config.boot.kernelParams}"
] else [
"-kernel" "${rootPath}/boot/kernel"
"-initrd" "${rootPath}/boot/initrd"