From a9aebba7f7f05e55ecf6eb99663b12bce9ff7e95 Mon Sep 17 00:00:00 2001 From: Brandon Heller Date: Mon, 22 Mar 2010 22:14:10 -0700 Subject: [PATCH] Restore 2.6.29 as default image --- util/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/install.sh b/util/install.sh index 14cdba8..5c80da4 100755 --- a/util/install.sh +++ b/util/install.sh @@ -13,9 +13,9 @@ KERNEL_LOC=http://www.stanford.edu/~brandonh # Kernel params # These kernels have been tried: -#KERNEL_NAME=2.6.29.6-custom +KERNEL_NAME=2.6.29.6-custom #KERNEL_NAME=2.6.33-custom -KERNEL_NAME=2.6.33.1-custom +#KERNEL_NAME=2.6.33.1-custom #KERNEL_NAME=`uname -r` KERNEL_HEADERS=linux-headers-${KERNEL_NAME}_${KERNEL_NAME}-10.00.Custom_i386.deb KERNEL_IMAGE=linux-image-${KERNEL_NAME}_${KERNEL_NAME}-10.00.Custom_i386.deb