From f2e85499f3e89531eae6b9d4186131064f8feec6 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 6 Feb 2007 18:29:20 +0000 Subject: [PATCH] * Doh. svn path=/nixos/trunk/; revision=7864 --- boot/boot-stage-1.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/boot-stage-1.nix b/boot/boot-stage-1.nix index 49c53e1ed72..7417ab5b2cf 100644 --- a/boot/boot-stage-1.nix +++ b/boot/boot-stage-1.nix @@ -38,7 +38,7 @@ let in -assert autoDetectRootDevice -> mountPoints != []; +assert !autoDetectRootDevice -> mountPoints != []; substituteAll { src = ./boot-stage-1-init.sh;