From f6f40521c3b83302c1f1d1746b93652cfe18ee0b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 25 Oct 2010 16:19:32 +0000 Subject: [PATCH] * Disable the luksroot module for now because it gives an evaluation error ("cannot coerce null to string"). svn path=/nixos/trunk/; revision=24472 --- modules/module-list.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/module-list.nix b/modules/module-list.nix index 1364b28182d1..1753bdc84186 100644 --- a/modules/module-list.nix +++ b/modules/module-list.nix @@ -146,7 +146,7 @@ ./system/activation/activation-script.nix ./system/activation/top-level.nix ./system/boot/kernel.nix - ./system/boot/luksroot.nix + #./system/boot/luksroot.nix ./system/boot/modprobe.nix ./system/boot/stage-1.nix ./system/boot/stage-2.nix