Get rid of code which breaks Multi-ISO boot [Testing: issue1273]
[grml-terminalserver.git] / config
diff --git a/config b/config
index b7e07b1..31cf08b 100644 (file)
--- a/config
+++ b/config
@@ -6,38 +6,10 @@
 # this is a shellscript fragment and will be sourced from both
 # grml-terminalserver AND grml-terminalserver-config
 
-
-# should be used if paths within the modules.dep do not refere to
-# the current root (if you want to use a module dir of an other
-# linux)
-# if you want to use /mnt/other-linux/lib/modules then:
-#   MODULES_PATH_=/mnt/other-linux/lib/modules
-#   MODULES_PATH_ROOT_DIFF_=/mnt/other-linux
-# default: <none>
-#MODULES_PATH_ROOT_DIFF_=""
-
-# path to the kernel modules you would want to use to create
-# the initrd (basedir eg. like /lib/modules)
-# default: /lib/modules
-#MODULES_PATH_=""
-
-# `uname -r` would give it to you, or THIS config file
-# default: `uname -r`
-#KERNEL_VERSION_=""
-
 # this is the path where the grml image/cdrom is placed (mounted)
 # default: /lib/live/mount/medium
 #MOUNT_POINT_=""
 
-# path + name of the linux kernel you would want to boot
-# default: /lib/live/mount/medium/boot/$GRML_NAME/vmlinuz
-#KERNEL_IMAGE_=""
-
-# this is the initrd the grml-terminalserver-config edits
-# if the file is not found, default will be used
-# default: /lib/live/mount/medium/boot/$GRML_NAME/initrd.img
-#ORIGINAL_INITRD_=""
-
 # path + name of the memtest image
 # default: /lib/live/mount/medium/boot/addons/memtest
 #MEMTEST_IMAGE_=""