@cryptotaxi247 / infra / commits / c385c4f8

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

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

Eelco Dolstra committed Aug 7, 2009 at 15:25 UTC c385c4f8c36bcddbfe3bd3da7d9db5c945f3cfb6
1 file changed +2 -2
build-machines-1950.nix
+2 -2
@@ -9,10 +9,10 @@
9 extraKernelModules = ["uhci_hcd" "ehci_hcd" "ata_piix" "mptsas" "usbhid" "ext4"];
10 };
11 kernelModules = ["acpi-cpufreq" "kvm-intel"];
12 - kernelPackages = pkgs: pkgs.kernelPackages_2_6_28;
12 + kernelPackages = pkgs.kernelPackages_2_6_28;
13 copyKernels = true;
14
15 - localCommands = ''
15 + postBootCommands = ''
16 echo 60 > /proc/sys/kernel/panic
17 '';
18 };