From fac0fef5d84b8d325825a25e79ca8e6afd87b381 Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Mon, 19 Mar 2012 17:25:50 +0000 Subject: [PATCH] Whoops svn path=/nixos/trunk/; revision=33264 --- modules/installer/cd-dvd/iso-image.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/installer/cd-dvd/iso-image.nix b/modules/installer/cd-dvd/iso-image.nix index 76b4803ccec..7e02b6ac2cc 100644 --- a/modules/installer/cd-dvd/iso-image.nix +++ b/modules/installer/cd-dvd/iso-image.nix @@ -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.