From 8cd3e6c3489df0857579ca52ac291256d38f18cf Mon Sep 17 00:00:00 2001 From: Tails developers Date: Sun, 8 Apr 2012 20:25:41 +0200 Subject: [PATCH] Fixing findiso argument parsing place to match the existing ordering. --- scripts/live-helpers | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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