Disabling default usage of local swap partitions. Can be enabled with the 'swapon...
[live-boot-grml.git] / scripts / live
index 4ba4257..ba325a4 100755 (executable)
@@ -285,9 +285,9 @@ Arguments ()
                                export NOSUDO
                                ;;
 
-                       noswap)
-                               NOSWAP="Yes"
-                               export NOSWAP
+                       swapon)
+                               SWAPON="Yes"
+                               export SWAPON
                                ;;
 
                        noupdatenotifier)