Skip to content

Commit

Permalink
Removing now obsolete persistent=* arguments.
Browse files Browse the repository at this point in the history
These type of options has have been replaced by persistent-encryption
and persistent-storage.
  • Loading branch information
Tails developers authored and daniel-baumann committed Nov 24, 2011
1 parent a8b4685 commit 5d975ea
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions scripts/live
Expand Up @@ -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
Expand Down

0 comments on commit 5d975ea

Please sign in to comment.