Comment 19 for bug 553290

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote :

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