Failing when the top level system expression cannot find the kernel image
svn path=/nixos/trunk/; revision=18291
This commit is contained in:
parent
420639a4b1
commit
de1713a24f
@ -65,6 +65,7 @@ let
|
|||||||
if [ ! -f ${kernelPath} ]; then
|
if [ ! -f ${kernelPath} ]; then
|
||||||
echo "The bootloader cannot find the proper kernel image."
|
echo "The bootloader cannot find the proper kernel image."
|
||||||
echo "(Expecting ${kernelPath})"
|
echo "(Expecting ${kernelPath})"
|
||||||
|
false
|
||||||
fi
|
fi
|
||||||
ln -s ${kernelPath} $out/kernel
|
ln -s ${kernelPath} $out/kernel
|
||||||
if [ -n "$grub" ]; then
|
if [ -n "$grub" ]; then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user