Removed line that caused install.sh to fail with undefined variable.

Still should check to make sure Debian install works.
This commit is contained in:
Bob Lantz
2011-02-02 23:47:05 -08:00
parent 518c75b548
commit d00fa51f4c
-2
View File
@@ -16,8 +16,6 @@ grep Ubuntu /etc/lsb-release &> /dev/null && DIST="Ubuntu"
# Kernel params
KERNEL_IMAGE=linux-image-${KERNEL_NAME}_${KERNEL_NAME}-10.00.Custom_i386.deb
if [ "$DIST" = "Debian" ]; then
KERNEL_NAME=2.6.33.1-mininet
KERNEL_HEADERS=linux-headers-${KERNEL_NAME}_${KERNEL_NAME}-10.00.Custom_i386.deb