X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;h=b523c4adcd344abe9dba348584dec0599183ed33;hb=e0c2f1d0cef706c3a87aa3fb6d17c01e117c66ad;hp=dc1fa6d70ae8debe1e81147108ecb4997aeccc4b;hpb=b6a42f34ac3b2b1aab0c526118f0dcf9c692d7c4;p=live-boot-grml.git diff --git a/bin/live-snapshot b/bin/live-snapshot index dc1fa6d..b523c4a 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -206,7 +206,7 @@ Defaults () then SNAP_COW=$(echo "${SNAP_RESYNC_STRING}" | cut -f1 -d ':') SNAP_DEV=$(echo "${SNAP_RESYNC_STRING}" | cut -f2 -d ':') - DEST=$(echo "${SNAP_RESYNC_STRING}" | cut -f3 -d ':') + DEST="${MOUNTP}/$(echo ${SNAP_RESYNC_STRING} | cut -f3 -d ':')" case "${DEST}" in *.cpio.gz)