about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-02-18 09:42:59 +0000
committerLluís Batlle i Rossell <viric@vicerveza.homeunix.net>2010-02-18 09:42:59 +0000
commit513443dc9f3b2d486d82fa718b393e899260f905 (patch)
tree82b37510eb7f6582b19b46608591b08eaa6b106f /pkgs
parentee72c533789c37866104f2f2fd7d6aaf9d922b5d (diff)
downloadnixlib-513443dc9f3b2d486d82fa718b393e899260f905.tar
nixlib-513443dc9f3b2d486d82fa718b393e899260f905.tar.gz
nixlib-513443dc9f3b2d486d82fa718b393e899260f905.tar.bz2
nixlib-513443dc9f3b2d486d82fa718b393e899260f905.tar.lz
nixlib-513443dc9f3b2d486d82fa718b393e899260f905.tar.xz
nixlib-513443dc9f3b2d486d82fa718b393e899260f905.tar.zst
nixlib-513443dc9f3b2d486d82fa718b393e899260f905.zip
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
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/platforms.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/platforms.nix b/pkgs/top-level/platforms.nix
index 8bbb3ae56a8d..81ef7764b152 100644
--- a/pkgs/top-level/platforms.nix
+++ b/pkgs/top-level/platforms.nix
@@ -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...).