diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-06-05 18:53:43 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-06-05 19:35:56 +0200 |
| commit | 5097c70efc48e5039ddb4c46c0e359c0c389dba9 (patch) | |
| tree | 43ceda2027e96cf303e3b3e53ceb128861212d6d /scripts | |
| parent | dea88df012ab08b3f50999b59b82715d6b09a5cd (diff) | |
| download | live-boot-5097c70efc48e5039ddb4c46c0e359c0c389dba9.tar.gz live-boot-5097c70efc48e5039ddb4c46c0e359c0c389dba9.zip | |
Removing exporting of variables for reviewed options in the cmdline function, not required.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/boot/cmdline.sh | 3 |
1 files changed, 0 insertions, 3 deletions
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 |
