From 155d7302a9325861c11cff8b5a19344e8dd508a3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 5 Jun 2012 18:32:19 +0200 Subject: Updating swapon handling to new parameter handling. --- scripts/boot/cmdline.sh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'scripts') 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 -- cgit v1.2.3