wip
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
] ++ (if bootInstaller then [
|
||||
# "-boot" "once=d"
|
||||
# "-cdrom" "${installerIsoPath}"
|
||||
"-drive" "if=virtio,driver=raw,node-name=disk,file.driver=file,file.filename=${installerIsoPath},file.locking=off,read-only=on"
|
||||
"-drive" "if=virtio,media=cdrom,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"
|
||||
|
Reference in New Issue
Block a user