svn path=/nixos/trunk/; revision=33264
This commit is contained in:
Shea Levy 2012-03-19 17:25:50 +00:00
parent 842239f5af
commit fac0fef5d8

View File

@ -196,7 +196,7 @@ in
boot.initrd.kernelModules = [ "loop" ];
boot.kernelModules = pkgs.stdenv.lib.optional config.isoImage.makeEfiBootable "efivars":
boot.kernelModules = pkgs.stdenv.lib.optional config.isoImage.makeEfiBootable "efivars";
# In stage 1, mount a tmpfs on top of / (the ISO image) and
# /nix/store (the squashfs image) to make this a live CD.