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:
parent
ee72c53378
commit
513443dc9f
|
@ -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...).
|
||||
|
|
Loading…
Reference in a new issue