From e170719f72d4b5805f9278ed87c21497308ab1b0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 31 Aug 2008 20:29:20 +0200 Subject: Disabling default usage of local swap partitions. Can be enabled with the 'swapon' boot parameter. Thanks to Joseph Rawson for bringing it up. --- scripts/live | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts/live') diff --git a/scripts/live b/scripts/live index 4ba4257..ba325a4 100755 --- a/scripts/live +++ b/scripts/live @@ -285,9 +285,9 @@ Arguments () export NOSUDO ;; - noswap) - NOSWAP="Yes" - export NOSWAP + swapon) + SWAPON="Yes" + export SWAPON ;; noupdatenotifier) -- cgit v1.2.3