VM builds: Use Linux 3.10

3.4 apparently gives corrupt 9pfs data on x86.  See e.g.

  http://hydra.nixos.org/build/5661036

where reading /nix/store/kfldnrrsq0lbbv13gjxdfb3vb1sbaz88-vm-run-stage2
gives garbage.  Strangely it doesn't happen here:

  http://hydra.nixos.org/build/5658978

Ah well.
This commit is contained in:
Eelco Dolstra 2013-08-07 14:48:22 +02:00
parent d10d50132a
commit d846e97656

View File

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