aboutsummaryrefslogtreecommitdiffstats
path: root/package/block-mount/files
diff options
context:
space:
mode:
authorDaniel Dickinson <daniel@cshore.neomailbox.net>2010-07-12 17:28:50 +0000
committerDaniel Dickinson <daniel@cshore.neomailbox.net>2010-07-12 17:28:50 +0000
commit9930188d22f831939a1e6ab3ea4a6896e6e68d36 (patch)
tree895a2740d765003f7bfadf4c5bf478f2f537866e /package/block-mount/files
parentefa3beb78bf3e783efff9380df980edde2f996cd (diff)
downloadupstream-9930188d22f831939a1e6ab3ea4a6896e6e68d36.tar.gz
upstream-9930188d22f831939a1e6ab3ea4a6896e6e68d36.tar.bz2
upstream-9930188d22f831939a1e6ab3ea4a6896e6e68d36.zip
[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
Diffstat (limited to 'package/block-mount/files')
-rw-r--r--package/block-mount/files/fstab.init1
1 files changed, 1 insertions, 0 deletions
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() {