X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=bin%2Flive-snapshot;h=7e68c597e9196eaeff28a80121d0839a2eef961e;hb=5ef821bfd0d30137175d5784cb2b24fef025ce6c;hp=5837f5d1dd783915fd053251f46225f3773a6414;hpb=9f0888fd9ffcbb319722a39e9f357693800f2b6b;p=live-boot-grml.git diff --git a/bin/live-snapshot b/bin/live-snapshot index 5837f5d..7e68c59 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -40,13 +40,14 @@ SAFE_TMPDIR="/live" # Permits multiple runs MOUNTP="$(mktemp -d -p ${SAFE_TMPDIR} live-snapshot-mnt.XXXXXX)" +DEST="${MOUNTP}/live-sn.cpio.gz" + +# Command line defaults and declarations SNAP_COW="/live/cow" SNAP_DEV="" SNAP_OUTPUT="" -DEST="${MOUNTP}/live-sn.cpio.gz" -SNAP_TYPE="cpio" -DESKTOP_LINK="/home/${USERNAME}/Desktop/live-snapshot" SNAP_RESYNC_STRING="" +SNAP_TYPE="cpio" Error () {