From 9930188d22f831939a1e6ab3ea4a6896e6e68d36 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Mon, 12 Jul 2010 17:28:50 +0000 Subject: [package] block-mount: Attempt swapon a after mounting as well as before. This ensures that swap on a filesystem is enabled. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22150 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/block-mount/files/fstab.init | 1 + 1 file changed, 1 insertion(+) (limited to 'package/block-mount/files') diff --git a/package/block-mount/files/fstab.init b/package/block-mount/files/fstab.init index fdcd4f52a2..6aeee8f340 100644 --- a/package/block-mount/files/fstab.init +++ b/package/block-mount/files/fstab.init @@ -50,6 +50,7 @@ start() { } config_foreach do_swapon swap config_foreach do_mount mount + config_foreach do_swapon swap # do swap a second time so that swap on filesystems is enabled } stop() { -- cgit v1.2.3