From 5ffab8b3011b2e93c955158bbc1bfa8e59f0b97d Mon Sep 17 00:00:00 2001 From: intrigeri Date: Mon, 19 Oct 2009 20:35:09 +0200 Subject: Restoring opt-in behavior for local swap partitions. --- scripts/live-bottom/12fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/live-bottom/12fstab b/scripts/live-bottom/12fstab index b2f187c..f1dc2e3 100755 --- a/scripts/live-bottom/12fstab +++ b/scripts/live-bottom/12fstab @@ -55,7 +55,7 @@ then echo "tmpfs /tmp tmpfs nosuid,nodev 0 0" >> "${FSTAB}" fi -if [ -z "${NOSWAP}" ] +if [ -n "${SWAPON}" ] then devices="" -- cgit v1.2.3