diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-06-05 18:32:19 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-06-05 19:35:56 +0200 |
| commit | 155d7302a9325861c11cff8b5a19344e8dd508a3 (patch) | |
| tree | 0fc637eb975599abf2c1c357ea623497aa2d7b80 /scripts/boot | |
| parent | a76532ce1ffc67df5f94b1483e53661756112584 (diff) | |
| download | live-boot-155d7302a9325861c11cff8b5a19344e8dd508a3.tar.gz live-boot-155d7302a9325861c11cff8b5a19344e8dd508a3.zip | |
Updating swapon handling to new parameter handling.
Diffstat (limited to 'scripts/boot')
| -rwxr-xr-x | scripts/boot/cmdline.sh | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/boot/cmdline.sh b/scripts/boot/cmdline.sh index 18a9a2c..fb4e0cb 100755 --- a/scripts/boot/cmdline.sh +++ b/scripts/boot/cmdline.sh @@ -12,6 +12,11 @@ Cmdline () 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 @@ -177,11 +182,6 @@ Cmdline () ramdisk_size="${ARGUMENT#ramdisk-size=}" ;; - swapon) - SWAPON="true" - export SWAPON - ;; - persistence) PERSISTENCE="true" export PERSISTENCE |
