summaryrefslogtreecommitdiff
path: root/scripts/boot/0110-cmdline
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/boot/0110-cmdline')
-rwxr-xr-xscripts/boot/0110-cmdline9
1 files changed, 0 insertions, 9 deletions
diff --git a/scripts/boot/0110-cmdline b/scripts/boot/0110-cmdline
index aa12286..a959c73 100755
--- a/scripts/boot/0110-cmdline
+++ b/scripts/boot/0110-cmdline
@@ -11,15 +11,6 @@ Cmdline ()
LIVE_READ_ONLY="true"
;;
- live-boot.swapon=*|swapon=*)
- LIVE_SWAPON="true"
- LIVE_SWAPON_DEVICES="${_PARAMETER#*swapon=}"
- ;;
-
- live-boot.swapon|swapon)
- LIVE_SWAPON="true"
- ;;
-
live-boot.verify-checksums|verify-checksums)
LIVE_VERIFY_CHECKSUMS="true"
;;