Skip to content

Commit

Permalink
Fixing findiso argument parsing place to match the existing ordering.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tails developers authored and daniel-baumann committed Apr 8, 2012
1 parent 610c06c commit 8cd3e6c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/live-helpers
Expand Up @@ -89,6 +89,11 @@ Arguments ()
export FETCH
;;

findiso=*)
FINDISO="${ARGUMENT#findiso=}"
export FINDISO
;;

forcepersistencefsck)
FORCEPERSISTENCEFSCK="Yes"
export FORCEPERSISTENCEFSCK
Expand Down Expand Up @@ -143,11 +148,6 @@ Arguments ()
export STATICIP
;;

findiso=*)
FINDISO="${ARGUMENT#findiso=}"
export FINDISO
;;

live-getty)
LIVE_GETTY="1"
export LIVE_GETTY
Expand Down

0 comments on commit 8cd3e6c

Please sign in to comment.