X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=default_config;h=62da7f7ccd76c0e90ca1ea809c9c38f50433543b;hb=ac0dc031e19fc738150b861cb1d1b17ca4a8a7b9;hp=e5e086308b80be2f0f7adb69eaf61c02ed589489;hpb=a843783f475767ce244325eca06296c189d5b2da;p=grml-terminalserver.git diff --git a/default_config b/default_config index e5e0863..62da7f7 100644 --- a/default_config +++ b/default_config @@ -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