From 0f46dbecbf87678b8e2031b8a56751d98b13460a Mon Sep 17 00:00:00 2001 From: Marco Amadori Date: Mon, 3 Aug 2009 09:03:26 +0200 Subject: [PATCH] persistent=nofiles fix (Closes: 522383). Thanks to Rui Miguel Bernardo for the report and for spotting the bug. --- scripts/live-helpers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.1.4