Removing now obsolete persistent=* arguments.
authorTails developers <amnesia@boum.org>
Tue, 8 Nov 2011 20:01:33 +0000 (21:01 +0100)
committerDaniel Baumann <daniel@debian.org>
Thu, 24 Nov 2011 08:42:08 +0000 (09:42 +0100)
These type of options has have been replaced by persistent-encryption
and persistent-storage.

scripts/live

index 92e9d17..24dc468 100755 (executable)
@@ -244,15 +244,6 @@ Arguments ()
                                export PERSISTENT
                                ;;
 
-                       persistent=*)
-                               PERSISTENT="${ARGUMENT#persistent=}"
-                               if [ -z "${PERSISTENT}" ]
-                               then
-                                       PERSISTENT="Yes"
-                               fi
-                               export PERSISTENT
-                               ;;
-
                        persistent-encryption=*)
                                PERSISTENT_ENCRYPTION="${ARGUMENT#*=}"
                                export PERSISTENT_ENCRYPTION