[SCM] live-boot branch, debian, updated. debian/3.0_a25-1-72-gfc7a680

Daniel Baumann daniel at debian.org
Thu Apr 5 06:21:39 UTC 2012


The following commit has been merged in the debian branch:
commit 56627dfef6afd7f94f0bd8d76122eefb0b115826
Author: Tails developers <amnesia at boum.org>
Date:   Wed Feb 8 16:16:11 2012 +0100

    Continue the correct for-loop so incorrect custom mount is skipped.

diff --git a/scripts/live b/scripts/live
index c89ebb7..9eaa073 100755
--- a/scripts/live
+++ b/scripts/live
@@ -1663,7 +1663,7 @@ setup_unionfs ()
 							;;
 						*)
 							log_warning_msg "Skipping custom mount with unkown option: ${opt}"
-							continue
+							continue 2
 							;;
 					esac
 				done

-- 
live-boot



More information about the debian-live-changes mailing list