summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMarco Amadori <amadorim@vdavda.com>2010-09-13 17:12:31 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:59:20 +0100
commit3c6ccf74fb3500571f2f35db5571135bebfd548f (patch)
tree035fde29d6b295ae90e679545c1aead7fea7f7e1 /debian
parent089ae56f49ab73a926c28d96baee58986ade09a8 (diff)
downloadlive-boot-3c6ccf74fb3500571f2f35db5571135bebfd548f.tar.gz
live-boot-3c6ccf74fb3500571f2f35db5571135bebfd548f.zip
Fixed some snapshot related debug messages.
Diffstat (limited to 'debian')
-rw-r--r--debian/live-boot.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/live-boot.init b/debian/live-boot.init
index b93cfcd..c947e12 100644
--- a/debian/live-boot.init
+++ b/debian/live-boot.init
@@ -96,6 +96,7 @@ do_stop ()
{
if ! grep -qs nopersistent /proc/cmdline && grep -qs persistent /proc/cmdline
then
+ # ROOTSNAP and HOMESNAP are defined in ${SNAPSHOT_CONF} file
if [ ! -z "${ROOTSNAP}" ]
then
${DO_SNAPSHOT} --resync-string="${ROOTSNAP}"