mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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
|
||||
echo "The bootloader cannot find the proper kernel image."
|
||||
echo "(Expecting ${kernelPath})"
|
||||
false
|
||||
fi
|
||||
ln -s ${kernelPath} $out/kernel
|
||||
if [ -n "$grub" ]; then
|
||||
|
Loading…
Reference in New Issue
Block a user