wip
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user