3
0
Fork 0
forked from mirrors/nixpkgs

Setting the pc kernel image to 'vmlinuz', and not 'bzImage'.

I thought it had to be bzImage. I should have checked better.

svn path=/nixpkgs/trunk/; revision=20091
This commit is contained in:
Lluís Batlle i Rossell 2010-02-18 09:42:59 +00:00
parent ee72c53378
commit 513443dc9f

View file

@ -7,7 +7,7 @@ with pkgs;
kernelBaseConfig = "defconfig";
# Build whatever possible as a module, if not stated in the extra config.
kernelAutoModules = true;
kernelTarget = "bzImage";
kernelTarget = "vmlinuz";
kernelExtraConfig =
''
# Virtualisation (KVM, Xen...).