Fixing findiso argument parsing place to match the existing ordering.
[live-boot-grml.git] / 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