VM builds: Use default kernel

(this was set to 3.10 when 3.4 was our default)
See commit d846e97656.
This commit is contained in:
Mathijs Kwik 2014-09-21 18:28:07 +02:00
parent 04369b6819
commit e80cbedbae

View file

@ -1,5 +1,5 @@
{ pkgs
, kernel ? pkgs.linux_3_10
, kernel ? pkgs.linux
, img ? "bzImage"
, rootModules ?
[ "virtio_pci" "virtio_blk" "virtio_balloon" "ext4" "unix" "9p" "9pnet_virtio" "rtc_cmos" ]