From: Tails developers Date: Tue, 8 Nov 2011 20:01:33 +0000 (+0100) Subject: Removing now obsolete persistent=* arguments. X-Git-Tag: debian/3.0_a23-1~19 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=5d975eaa4e1bc4094c8d3cca3e9e1087dc0d061b;p=live-boot-grml.git Removing now obsolete persistent=* arguments. These type of options has have been replaced by persistent-encryption and persistent-storage. --- 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