[SCM] live-boot branch, debian-next, updated. debian/3.0_a26-1-15-g9cd39e1

Tails developers amnesia at boum.org
Sun Apr 8 18:32:39 UTC 2012


The following commit has been merged in the debian-next branch:
commit f8e64ded816349eae2ce18893ff58cfda60b0a46
Author: Tails developers <amnesia at boum.org>
Date:   Sun Apr 8 20:25:41 2012 +0200

    Fixing findiso argument parsing place to match the existing ordering.

diff --git a/scripts/live-helpers b/scripts/live-helpers
index 456c2d7..c6feefe 100644
--- a/scripts/live-helpers
+++ b/scripts/live-helpers
@@ -89,6 +89,11 @@ Arguments ()
 				export FETCH
 				;;
 
+			findiso=*)
+				FINDISO="${ARGUMENT#findiso=}"
+				export FINDISO
+				;;
+
 			forcepersistencefsck)
 				FORCEPERSISTENCEFSCK="Yes"
 				export FORCEPERSISTENCEFSCK
@@ -143,11 +148,6 @@ Arguments ()
 				export STATICIP
 				;;
 
-			findiso=*)
-				FINDISO="${ARGUMENT#findiso=}"
-				export FINDISO
-				;;
-
 			live-getty)
 				LIVE_GETTY="1"
 				export LIVE_GETTY

-- 
live-boot



More information about the debian-live-changes mailing list