Aha, I see the problem!

-                               if (mnt->tag != TAG_SKIPPED)
-                                       all = FALSE;

should be:


-                               if (mnt->tag != TAG_SKIPPED)
-                                       all = FALSE;
+                               all = FALSE;

Oops ;-)

Committed and pushed as 312

I also decided that skipping on boredom is just wrong when Plymouth
isn't running - and mountall should just wait, so committed that too

** Changed in: mountall (Ubuntu Lucid)
       Status: Triaged => Fix Committed

-- 
Loops on mount failure when Plymouth not running
https://bugs.launchpad.net/bugs/553290
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to