Fix passing of kernel parameters

Broken in 9ee30cd9b5.  Reported by Arvin
Moezzi.
This commit is contained in:
Eelco Dolstra 2013-12-02 11:53:53 -05:00
parent 47cb33819d
commit 09dd7f9afc

View file

@ -98,6 +98,7 @@ let
systemd = config.systemd.package;
inherit children;
kernelParams = config.boot.kernelParams;
installBootLoader =
config.system.build.installBootLoader
or "echo 'Warning: do not know how to make this configuration bootable; please enable a boot loader.' 1>&2; true";