Author: shlevy Date: Mon Mar 19 17:25:50 2012 New Revision: 33264 URL: https://nixos.org/websvn/nix/?rev=33264&sc=1
Log: Whoops Modified: nixos/trunk/modules/installer/cd-dvd/iso-image.nix Modified: nixos/trunk/modules/installer/cd-dvd/iso-image.nix ============================================================================== --- nixos/trunk/modules/installer/cd-dvd/iso-image.nix Mon Mar 19 17:23:24 2012 (r33263) +++ nixos/trunk/modules/installer/cd-dvd/iso-image.nix Mon Mar 19 17:25:50 2012 (r33264) @@ -196,7 +196,7 @@ 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. _______________________________________________ nix-commits mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-commits
