* We don't need Linux 2.6.27 anymore in the tests to get a writable

Nix store.  AUFS2 on 2.6.32 seems to work.

svn path=/nixos/trunk/; revision=22034
This commit is contained in:
Eelco Dolstra 2010-05-28 07:10:17 +00:00
parent f9f224972a
commit 046af078bb
1 changed files with 3 additions and 5 deletions

View File

@ -76,11 +76,9 @@ let
dir = "/tmp/channel"; dir = "/tmp/channel";
}; };
# Make the Nix store in this VM writable using AUFS. Use Linux # Make the Nix store in this VM writable using AUFS. This
# 2.6.27 because 2.6.32 doesn't work (probably we need AUFS2). # should probably be moved to qemu-vm.nix.
# This should probably be moved to qemu-vm.nix. boot.extraModulePackages = [ config.boot.kernelPackages.aufs2 ];
boot.kernelPackages = pkgs.linuxPackages_2_6_27;
boot.extraModulePackages = [ config.boot.kernelPackages.aufs ];
boot.initrd.availableKernelModules = [ "aufs" ]; boot.initrd.availableKernelModules = [ "aufs" ];
boot.initrd.postMountCommands = boot.initrd.postMountCommands =