Removing exporting of variables for reviewed options in the cmdline function, not...
authorDaniel Baumann <daniel@debian.org>
Tue, 5 Jun 2012 16:53:43 +0000 (18:53 +0200)
committerDaniel Baumann <daniel@debian.org>
Tue, 5 Jun 2012 17:35:56 +0000 (19:35 +0200)
scripts/boot/cmdline.sh

index fb4e0cb..e5f7ce1 100755 (executable)
@@ -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