From: Daniel Baumann Date: Tue, 5 Jun 2012 16:53:43 +0000 (+0200) Subject: Removing exporting of variables for reviewed options in the cmdline function, not... X-Git-Tag: debian/3.0_a30-1~6 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=5097c70efc48e5039ddb4c46c0e359c0c389dba9;p=live-boot-grml.git Removing exporting of variables for reviewed options in the cmdline function, not required. --- diff --git a/scripts/boot/cmdline.sh b/scripts/boot/cmdline.sh index fb4e0cb..e5f7ce1 100755 --- a/scripts/boot/cmdline.sh +++ b/scripts/boot/cmdline.sh @@ -9,17 +9,14 @@ Cmdline () case "${_PARAMETER}" in live-boot.read-only|read-only) LIVE_READ_ONLY="true" - export LIVE_READ_ONLY ;; live-boot.swapon) LIVE_SWAPON="true" - export LIVE_SWAPON ;; live-boot.verify-checksums|verify-checksums) LIVE_VERIFY_CHECKSUMS="true" - export LIVE_VERIFY_CHECKSUMS ;; # Special options