From 52993b922e683b5f97139aa06f003e879018319d Mon Sep 17 00:00:00 2001 From: cshore Date: Mon, 12 Jul 2010 16:25:09 +0000 Subject: [PATCH] [package]: block-mount: Enable swap before doing fsck so that large filesystem checks have swap as well as memory (as they take large memory for large partitions). Closes #7599. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22147 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/block-mount/files/fstab.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/block-mount/files/fstab.init b/package/block-mount/files/fstab.init index bd2bf24cb0..d755eccf08 100644 --- a/package/block-mount/files/fstab.init +++ b/package/block-mount/files/fstab.init @@ -44,8 +44,8 @@ start() { lock /var/lock/fstab.lck echo '# WARNING: this is an auto generated file, please use uci to set defined filesystems' > /etc/fstab lock -u /var/lock/fstab.lck - config_foreach do_mount mount config_foreach do_swapon swap + config_foreach do_mount mount } stop() { -- 2.11.0