svn path=/configurations/trunk/tud/; revision=16672
svn path=/configurations/trunk/tud/; revision=16672
Eelco Dolstra committed
Aug 11, 2009 at 13:27 UTC
e36640ee4f65f541e6da508cb757ff1a863f229e
1 file changed
+1
-1
hydra.nix
+1
-1
@@ -21,7 +21,7 @@ in
21
extraKernelModules = [ "uhci_hcd" "ehci_hcd" "ata_piix" "mptsas" "usbhid" "ext4" ];
22
};
23
kernelModules = [ "acpi-cpufreq" "kvm-intel" ];
24
- kernelPackages = pkgs.kernelPackages_2_6_28;
24
+ kernelPackages = pkgs.kernelPackages_2_6_29;
25
grubDevice = "/dev/sda";
26
copyKernels = true;
27