[SCM] debian-live branch, master, updated. 1.130.1-3-28-gd167d6e

Daniel Baumann daniel at debian.org
Tue Jun 10 21:59:08 UTC 2008


The following commit has been merged in the master branch:
commit 84bd13f6fb6b7780dced5c5b8ddfa4049f18f0ab
Author: Marco Amadori <amadorim at vdavda.com>
Date:   Mon Jun 9 15:04:36 2008 +0200

    live-snapshot: cleaned and sorted used command line defaults.
    
    Signed-off-by: Marco Amadori <amadorim at vdavda.com>

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 ()
 {

-- 
debian-live



More information about the debian-live-changes mailing list