Release new version 0.105.0
[grml-terminalserver.git] / default_config
index e5e0863..62da7f7 100644 (file)
@@ -2,12 +2,10 @@
 # !!! DO NOT EDIT THIS FILE !!!
 # /etc/grml/terminalserver/config is what you are searching for
 
-if [ -e /lib/live/mount/medium ] ; then
-  MOUNT_POINT_="/lib/live/mount/medium" # since around December 2012
-elif [ -e '/live/image' ]; then
-  MOUNT_POINT_="/live/image" # until around December 2012
-else
-  MOUNT_POINT_="/cdrom" # very old
+if [ -e /run/live/medium ] ; then
+  MOUNT_POINT_='/run/live/medium' # since Dec. 2018
+elif [ -e /lib/live/mount/medium ] ; then
+  MOUNT_POINT_="/lib/live/mount/medium"
 fi
 
 # assume we have a grml2usb system