diff options
| author | Tails developers <amnesia@boum.org> | 2012-04-08 20:25:41 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-04-08 22:50:36 +0200 |
| commit | 8cd3e6c3489df0857579ca52ac291256d38f18cf (patch) | |
| tree | 5829332018bbdbeaab35c5e29da70456f468ab3c /scripts/live-helpers | |
| parent | 610c06cafd108f9af8d246988b9ce518aa2895f2 (diff) | |
| download | live-boot-8cd3e6c3489df0857579ca52ac291256d38f18cf.tar.gz live-boot-8cd3e6c3489df0857579ca52ac291256d38f18cf.zip | |
Fixing findiso argument parsing place to match the existing ordering.
Diffstat (limited to 'scripts/live-helpers')
| -rw-r--r-- | scripts/live-helpers | 10 |
1 files 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 |
