summaryrefslogtreecommitdiffstats
path: root/helper
diff options
context:
space:
mode:
authorJonathan Bauer2013-05-23 20:30:14 +0200
committerJonathan Bauer2013-05-23 20:30:14 +0200
commitb6f1ac706cd0c3a58996074380dec31006d93185 (patch)
tree83f5b7e7f112a2a2d27cb53b1d35ed7851bda0b2 /helper
parentfix nss-ldap-sed-expr (diff)
downloadtm-scripts-b6f1ac706cd0c3a58996074380dec31006d93185.tar.gz
tm-scripts-b6f1ac706cd0c3a58996074380dec31006d93185.tar.xz
tm-scripts-b6f1ac706cd0c3a58996074380dec31006d93185.zip
...
Diffstat (limited to 'helper')
-rw-r--r--helper/kernel.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/helper/kernel.inc b/helper/kernel.inc
index 6901c4b4..3f6d57aa 100644
--- a/helper/kernel.inc
+++ b/helper/kernel.inc
@@ -20,6 +20,8 @@ if [ -z "${KERNEL_VERSION}" ]; then
[ -z "${KERNEL_VERSION}" ] && perror "KERNEL_VERSION still not set after sourcing, something is very wrong..."
fi
+KERNEL_VERSION="3.2.0-40-generic"
+
# set global KERNEL_TARGET_NAME
KERNEL_TARGET_NAME="vmlinuz-${KERNEL_VERSION}-openslx"