From de1713a24f2f4ed8772d00fe61102e4e24a4a630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Sun, 8 Nov 2009 18:32:21 +0000 Subject: [PATCH] Failing when the top level system expression cannot find the kernel image svn path=/nixos/trunk/; revision=18291 --- modules/system/activation/top-level.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/system/activation/top-level.nix b/modules/system/activation/top-level.nix index 1e3f22c37adf..bb1cacfa78a5 100644 --- a/modules/system/activation/top-level.nix +++ b/modules/system/activation/top-level.nix @@ -65,6 +65,7 @@ let if [ ! -f ${kernelPath} ]; then echo "The bootloader cannot find the proper kernel image." echo "(Expecting ${kernelPath})" + false fi ln -s ${kernelPath} $out/kernel if [ -n "$grub" ]; then