* Allow adding additional kernel parameters.
svn path=/nixos/trunk/; revision=16792
This commit is contained in:
parent
ea6f6f3e41
commit
44fb2e4ecd
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ let
|
|||
-kernel ${config.system.build.system}/kernel \
|
||||
-initrd ${config.system.build.system}/initrd \
|
||||
$QEMU_OPTS \
|
||||
-append "$(cat ${config.system.build.system}/kernel-params) init=${config.system.build.bootStage2} systemConfig=${config.system.build.system}"
|
||||
-append "$(cat ${config.system.build.system}/kernel-params) init=${config.system.build.bootStage2} systemConfig=${config.system.build.system} $QEMU_KERNEL_PARAMS"
|
||||
'';
|
||||
|
||||
in
|
||||
|
|
Loading…
Reference in a new issue