diff options
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 |
