From 8860c59f82e44e0d1752042fcaf11c69bd4677e3 Mon Sep 17 00:00:00 2001 From: Tails developers Date: Tue, 8 Nov 2011 15:40:17 +0100 Subject: Adding persistent-encryption={none|luks}. This is the way to control whether to use encrypted persistent media, instead of the (from this commit on) obsolete persistent=cryptsetup. --- scripts/live | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'scripts/live') diff --git a/scripts/live b/scripts/live index 6080841..bd7d9c4 100755 --- a/scripts/live +++ b/scripts/live @@ -253,6 +253,11 @@ Arguments () export PERSISTENT ;; + persistent-encryption=*) + PERSISTENT_ENCRYPTION="${ARGUMENT#*=}" + export PERSISTENT_ENCRYPTION + ;; + persistent-media=*) PERSISTENT_MEDIA="${ARGUMENT#*=}" export PERSISTENT_MEDIA -- cgit v1.2.3