This commit is contained in:
Shelvacu
2024-06-02 20:09:11 -07:00
parent e9996c6b5e
commit 419d1fa737

View File

@@ -41,7 +41,8 @@
] ++ (if bootInstaller then [
# "-boot" "once=d"
"-cdrom" "${installerIsoPath}"
# "-cdrom" "${installerIsoPath}"
"-drive" "if=virtio,driver=raw,node-name=disk,file.driver=file,file.filename=${installerIsoPath},file.locking=off,read-only=on"
"-kernel" "${installer.config.system.build.kernel}/${installer.config.system.boot.loader.kernelFile}"
"-initrd" "${installer.config.system.build.initialRamdisk}/${installer.config.system.boot.loader.initrdFile}"
"-append" "${lib.concatStringsSep " " installer.config.boot.kernelParams} earlyprintk=tty0 console=ttyS0 console=tty0 debug"