diff options
| author | Daniel Baumann <daniel@debian.org> | 2007-09-23 14:46:39 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 17:31:05 +0100 |
| commit | d9ba94a9c03bae6905ff08ece35751eab82781a1 (patch) | |
| tree | 0cd140c9fe06e9db96c937be539d61022f029626 /bin | |
| parent | 8363c6c595d8f1a3fdd6af8a4965b628d9ce4088 (diff) | |
| download | live-boot-d9ba94a9c03bae6905ff08ece35751eab82781a1.tar.gz live-boot-d9ba94a9c03bae6905ff08ece35751eab82781a1.zip | |
Adding live-initramfs 1.91.4-1.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/live-snapshot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/live-snapshot b/bin/live-snapshot index dd1875f..a7214bd 100755 --- a/bin/live-snapshot +++ b/bin/live-snapshot @@ -3,7 +3,7 @@ # live-snapshot - utility to manage Debian Live systems snapshots # # This program mount a device (fallback to /tmpfs under /mnt/snapshot -# and save the /cow (or a different dir) filesystem in it for reusing +# and save the /live/cow (or a different dir) filesystem in it for reusing # in another live-initramfs session. Look at manpage for more info. # # Copyright (C) 2006 Marco Amadori <marco.amadori@gmail.com> @@ -90,7 +90,7 @@ Help () Header echo echo "Options:" - echo " -c, --cow: specifies the copy on write directory (default: /cow)." + echo " -c, --cow: specifies the copy on write directory (default: /live/cow)." echo " -d, --device: specifies the output snapshot device (default: none)." echo " -o, --output: specifies the output image file (default: $type dependent)." echo " -r, --resync-string: internally used to resync previous made snapshots." @@ -224,7 +224,7 @@ Mount_device () Defaults () { MOUNTP="/mnt/live-snapshot" - COW="/cow" + COW="/live/cow" DEV="" DEST="${MOUNTP}/live-sn.cpio.gz" TYPE="cpio" @@ -248,7 +248,7 @@ Defaults () Usage "Unregognized String" ;; esac else - DEF_COW="/cow" + DEF_COW="/live/cow" # Bad options handling if [ -z "${SNAP_COW}" ]; then COW="${DEF_COW}" |
