diff options
author | Simon Rettberg | 2013-05-24 17:19:46 +0200 |
---|---|---|
committer | Simon Rettberg | 2013-05-24 17:19:46 +0200 |
commit | 10acb413de7afda1674b8c5837d77478280fdbc6 (patch) | |
tree | 6e8d91828cfb652ee4ac49ff882dab29390edd6b /helper | |
parent | ... (diff) | |
download | tm-scripts-10acb413de7afda1674b8c5837d77478280fdbc6.tar.gz tm-scripts-10acb413de7afda1674b8c5837d77478280fdbc6.tar.xz tm-scripts-10acb413de7afda1674b8c5837d77478280fdbc6.zip |
Joeys Mist wieder fixen :P
Diffstat (limited to 'helper')
-rw-r--r-- | helper/kernel.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/helper/kernel.inc b/helper/kernel.inc index 3f6d57aa..6901c4b4 100644 --- a/helper/kernel.inc +++ b/helper/kernel.inc @@ -20,8 +20,6 @@ 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" |