summaryrefslogtreecommitdiffstats
path: root/mltk
diff options
context:
space:
mode:
authorJonathan Bauer2013-04-24 17:15:47 +0200
committerJonathan Bauer2013-04-24 17:15:47 +0200
commita0bd2b22b8db8e5d16333852467d07a1cf2f8c82 (patch)
tree102178175cf80c255c5875f294d02d672106ecd6 /mltk
parentgitignore kernel build stuff (diff)
downloadtm-scripts-a0bd2b22b8db8e5d16333852467d07a1cf2f8c82.tar.gz
tm-scripts-a0bd2b22b8db8e5d16333852467d07a1cf2f8c82.tar.xz
tm-scripts-a0bd2b22b8db8e5d16333852467d07a1cf2f8c82.zip
compile kernel on the reference system with our config requirements
Diffstat (limited to 'mltk')
-rwxr-xr-xmltk17
1 files changed, 7 insertions, 10 deletions
diff --git a/mltk b/mltk
index 35ddac5a..137b4969 100755
--- a/mltk
+++ b/mltk
@@ -34,13 +34,13 @@ for HELPER in $ROOT_DIR/helper/*.inc; do
done
# TODO: Configurable!
-if [ "$(uname -p)" = "x86_64" ]; then
- KERNEL_VERSION="3.4.0-1.16-default+"
- SELECTED_KERNEL="x86_64/$KERNEL_VERSION"
-else
- KERNEL_VERSION="3.4.0-1.16-default"
- SELECTED_KERNEL="x86_32/$KERNEL_VERSION"
-fi
+#if [ "$(uname -p)" = "x86_64" ]; then
+# KERNEL_VERSION="3.2.40"
+# SELECTED_KERNEL="x86_64/$KERNEL_VERSION"
+#else
+# KERNEL_VERSION="3.2.40"
+# SELECTED_KERNEL="x86_32/$KERNEL_VERSION"
+#fi
banner () {
echo -e "\033[38;5;202m\t __ __ __ "
@@ -237,6 +237,3 @@ initial_checks
read_params $@
run
-
-unmount_kernel_dir
-