@cryptotaxi247 / infra-1 / commits / 3b3719cf

* Try a newer kernel. Hopefully this fixes the ext4 stability issues.

svn path=/configurations/trunk/tud/; revision=16671

Eelco Dolstra committed Aug 11, 2009 at 12:15 UTC 3b3719cf183c1f3f656e8eae7a4faef47527ba77
1 file changed +1 -1
build-machines-1950.nix
+1 -1
@@ -9,7 +9,7 @@
9 extraKernelModules = ["uhci_hcd" "ehci_hcd" "ata_piix" "mptsas" "usbhid" "ext4"];
10 };
11 kernelModules = ["acpi-cpufreq" "kvm-intel"];
12 - kernelPackages = pkgs.kernelPackages_2_6_28;
12 + kernelPackages = pkgs.kernelPackages_2_6_29;
13 copyKernels = true;
14
15 postBootCommands = ''