X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=remaster%2Fgrml-live-remaster;h=326a1897e9d307e12fecde0e67e217d1ed767301;hp=d4eb695d3ecb75f0935fdad60d2036e08f6041fb;hb=70a5830a7eecd127582e52b1c52b6d4f111e003d;hpb=af39fa05b4b2583fd2ee03175344e7d2d36c1feb diff --git a/remaster/grml-live-remaster b/remaster/grml-live-remaster index d4eb695..326a189 100755 --- a/remaster/grml-live-remaster +++ b/remaster/grml-live-remaster @@ -21,15 +21,15 @@ fi set -e # exit on any error -if [ -d /live/image/boot/ ] ; then # until Grml versions <=2012.XX - LIVE_PATH_MAIN='/live/image' - LIVE_PATH_BOOT='/live/image/boot/' -else # for Grml versions >=2013.XX +if [ -d /run/live/medium/ ] ; then # since Dec 2018 + LIVE_PATH_MAIN='/run/live/medium/' + LIVE_PATH_BOOT='/run/live/medium/boot/' +else # until Dec 2018 LIVE_PATH_MAIN='/lib/live/mount/medium/' LIVE_PATH_BOOT='/lib/live/mount/medium/boot/' fi -VERSION='0.0.3' +VERSION='0.0.4' GRML_LIVE_EDITOR=${VISUAL:-${EDITOR:-vi}} # source core functions {{{