forked from mirrors/nixpkgs
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:
parent
d10d50132a
commit
d846e97656
|
@ -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" ]
|
||||
|
|
Loading…
Reference in a new issue