From b9dfb5d4832cb26f7f6db37c67b68aff28014d97 Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Mon, 12 Jul 2010 17:28:50 +0000 Subject: [PATCH] block-mount: Attempt swapon a after mounting as well as before. This ensures that swap on a filesystem is enabled. SVN-Revision: 22150 --- package/block-mount/files/fstab.init | 1 + 1 file changed, 1 insertion(+) 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() { -- 2.30.2