wip
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
"-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} init=${config.system.build.toplevel}/init earlyprintk=ttyS0 console=ttyS0 debug"
|
||||
"-append" "${lib.concatStringsSep " " installer.config.boot.kernelParams} init=${installer.config.system.build.toplevel}/init earlyprintk=ttyS0 console=ttyS0 debug"
|
||||
] else [
|
||||
"-kernel" "${rootPath}/boot/kernel"
|
||||
"-initrd" "${rootPath}/boot/initrd"
|
||||
|
Reference in New Issue
Block a user