Did the fix make it into beta? I have the following line at the start of the do loop:
echo "$PROTECTED_MOUNTS" | grep -qs "^$DEV $MTPT " && continue This obviously doesn't work because the subsequent case statements that construct TMPFS_MTPTS and REG_MTPTS aren't executed when the loop is continued. -- umountfs must check whether a mountpoint contains a loopmounted root file https://bugs.launchpad.net/bugs/151579 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
