From: intrigeri Date: Mon, 19 Oct 2009 18:35:09 +0000 (+0200) Subject: Restoring opt-in behavior for local swap partitions. X-Git-Tag: debian/1.173.1-1~37 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=d1a0c2ca5e9e34ab86cc3bae0edcde1577c9ad0c;p=live-boot-grml.git Restoring opt-in behavior for local swap partitions. --- 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=""