Skip to content

Commit

Permalink
live-snapshot: cleaned and sorted used command line defaults.
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Amadori <amadorim@vdavda.com>
  • Loading branch information
Marco Amadori authored and daniel-baumann committed Jun 10, 2008
1 parent 9990ab3 commit 19f46f8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bin/live-snapshot
Expand Up @@ -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 ()
{
Expand Down

0 comments on commit 19f46f8

Please sign in to comment.