From 155d7302a9325861c11cff8b5a19344e8dd508a3 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 5 Jun 2012 18:32:19 +0200 Subject: Updating swapon handling to new parameter handling. --- initramfs-tools/scripts/live-bottom/12fstab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initramfs-tools/scripts') diff --git a/initramfs-tools/scripts/live-bottom/12fstab b/initramfs-tools/scripts/live-bottom/12fstab index e0b248a..d71800d 100755 --- a/initramfs-tools/scripts/live-bottom/12fstab +++ b/initramfs-tools/scripts/live-bottom/12fstab @@ -44,7 +44,7 @@ then echo "tmpfs /tmp tmpfs nosuid,nodev 0 0" >> "${FSTAB}" fi -if [ -n "${SWAPON}" ] +if [ -n "${LIVE_SWAPON}" ] then devices="" -- cgit v1.2.3