This commit is contained in:
Shelvacu
2024-06-05 16:55:23 -07:00
parent ab7bea3572
commit f41406bad4

View File

@@ -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"