[SCM] live-boot branch, debian-next, updated. debian/3.0_a25-1-18-g56627df

Daniel Baumann daniel at debian.org
Sun Apr 1 20:06:35 UTC 2012


The following commit has been merged in the debian-next 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