Comment 7 for bug 1047659

Revision history for this message
Richard Hansen (rhansen) wrote : Re: mountall fails to activate swap if device contains multiple filesystem signatures

For confirmation, this is how I changed /etc/init/mountall.conf:

diff --git a/etc/init/mountall.conf b/etc/init/mountall.conf
index 95d9719..1b83bad 100644
--- a/etc/init/mountall.conf
+++ b/etc/init/mountall.conf
@@ -34,7 +34,7 @@ script
         export LANG LANGUAGE LC_MESSAGES LC_ALL
     fi

- exec mountall --daemon $force_fsck $fsck_fix
+ exec mountall --daemon --verbose $force_fsck $fsck_fix >/run/mountall.log 2>&1
 end script

 post-stop script