diff options
| author | Jonathan Bauer | 2014-05-08 16:30:16 +0200 |
|---|---|---|
| committer | Jonathan Bauer | 2014-05-08 16:30:16 +0200 |
| commit | 3f65a8005becc89966ace8d19898b7495ced1972 (patch) | |
| tree | 8861c1f225aac99835c2014f9451c4ce404c0768 | |
| parent | Merge branch 'master' of git.openslx.org:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-3f65a8005becc89966ace8d19898b7495ced1972.tar.gz tm-scripts-3f65a8005becc89966ace8d19898b7495ced1972.tar.xz tm-scripts-3f65a8005becc89966ace8d19898b7495ced1972.zip | |
[kernel-system] remove debug msg
| -rw-r--r-- | remote/modules/kernel-system/module.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/remote/modules/kernel-system/module.build b/remote/modules/kernel-system/module.build index e1fc86f6..91dc4d35 100644 --- a/remote/modules/kernel-system/module.build +++ b/remote/modules/kernel-system/module.build @@ -1,6 +1,5 @@ # overloaded get_kernel_version function get_kernel_version(){ - pinfo "KERNEL_CURRENT_VERSION: ${KERNEL_CURRENT_VERSION}" [ -z "${KERNEL_CURRENT_VERSION}" ] && perror "KERNEL_CURRENT_VERSION is not set, 'uname -r' output: '$(uname -r)'. Aborting..." # set SYS_UTS_RELEASE and SYS_KERNEL correctly |
