[SCM] live-boot branch, debian-next, updated. debian/3.0_a22-1-25-gf885467

Daniel Baumann daniel at debian.org
Thu Nov 24 17:37:31 UTC 2011


The following commit has been merged in the debian-next branch:
commit 309e26afef1c8f61f2ed83abed6d821666172958
Author: Tails developers <amnesia at boum.org>
Date:   Wed Nov 9 13:27:03 2011 +0100

    Clarifying what happens when you don't retry decrypting a device.

diff --git a/scripts/live-helpers b/scripts/live-helpers
index f88108a..31f84fa 100644
--- a/scripts/live-helpers
+++ b/scripts/live-helpers
@@ -364,7 +364,8 @@ find_cow_device ()
 					if [ "$(echo "${answer}" | cut -b1 | tr A-Z a-z)" = "n" ]
 					then
 						unset answer
-						break
+						# skip to next subdevice
+						continue 2
 					fi
 				done
 			fi

-- 
live-boot



More information about the debian-live-changes mailing list