From 5d975eaa4e1bc4094c8d3cca3e9e1087dc0d061b Mon Sep 17 00:00:00 2001 From: Tails developers Date: Tue, 8 Nov 2011 21:01:33 +0100 Subject: [PATCH] Removing now obsolete persistent=* arguments. These type of options has have been replaced by persistent-encryption and persistent-storage. --- scripts/live | 9 --------- 1 file changed, 9 deletions(-) diff --git a/scripts/live b/scripts/live index 92e9d17..24dc468 100755 --- a/scripts/live +++ b/scripts/live @@ -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