Fixing findiso argument parsing place to match the existing ordering.
authorTails developers <amnesia@boum.org>
Sun, 8 Apr 2012 18:25:41 +0000 (20:25 +0200)
committerDaniel Baumann <daniel@debian.org>
Sun, 8 Apr 2012 20:50:36 +0000 (22:50 +0200)
scripts/live-helpers

index 456c2d7..c6feefe 100644 (file)
@@ -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