summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Amadori <amadorim@vdavda.com>2009-08-03 09:03:26 +0200
committerDaniel Baumann <daniel@debian.org>2011-03-09 17:48:05 +0100
commit0f46dbecbf87678b8e2031b8a56751d98b13460a (patch)
treeebf884947c55266ee8523368dcf5db54dcb5359f
parent4924f3f2460752f3e86a9cd937109a3971b55784 (diff)
downloadlive-boot-0f46dbecbf87678b8e2031b8a56751d98b13460a.tar.gz
live-boot-0f46dbecbf87678b8e2031b8a56751d98b13460a.zip
persistent=nofiles fix (Closes: 522383).
Thanks to Rui Miguel Bernardo <rui.bernardo.pt@gmail.com> for the report and for spotting the bug.
-rw-r--r--scripts/live-helpers2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/live-helpers b/scripts/live-helpers
index 35fb8cf..978aa06 100644
--- a/scripts/live-helpers
+++ b/scripts/live-helpers
@@ -367,7 +367,7 @@ find_cow_device ()
then
# do not mount the device to find for image files
# just skip this
- break
+ continue
fi
case "$(get_fstype ${devname})" in