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
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