X-Git-Url: http://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=remaster%2Fgrml-live-remaster;h=326a1897e9d307e12fecde0e67e217d1ed767301;hp=aa5390eb0245a0fdff794cd7d485daad5ff06d8a;hb=3a42726f2b739be61608ee40ceb912d1e7fc53cf;hpb=8a6187dd268980a68c27cc2f84d49a2dd8fe0fd6 diff --git a/remaster/grml-live-remaster b/remaster/grml-live-remaster index aa5390e..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 {{{ @@ -82,7 +82,7 @@ if [ -z "$1" ]; then Usage: $0 destination.iso destination.iso should point to a path that is on a hard disk, you might want to mount some swap partitions or swap files - first, because grml-live-remaster will need a lot ot RAM. + first, because grml-live-remaster will need a lot of RAM. Please report bugs and feature requests: http://grml.org/bugs/" >&2 exit 1