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";
|
kernelBaseConfig = "defconfig";
|
||||||
# Build whatever possible as a module, if not stated in the extra config.
|
# Build whatever possible as a module, if not stated in the extra config.
|
||||||
kernelAutoModules = true;
|
kernelAutoModules = true;
|
||||||
kernelTarget = "bzImage";
|
kernelTarget = "vmlinuz";
|
||||||
kernelExtraConfig =
|
kernelExtraConfig =
|
||||||
''
|
''
|
||||||
# Virtualisation (KVM, Xen...).
|
# Virtualisation (KVM, Xen...).
|
||||||
|
Loading…
Reference in New Issue
Block a user