Clarifying what happens when you don't retry decrypting a device.
authorTails developers <amnesia@boum.org>
Wed, 9 Nov 2011 12:27:03 +0000 (13:27 +0100)
committerDaniel Baumann <daniel@debian.org>
Thu, 24 Nov 2011 08:42:08 +0000 (09:42 +0100)
scripts/live-helpers

index f88108a..31f84fa 100644 (file)
@@ -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