diff options
| -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  | 
