The related fixes are merged to the packaging repository but they are also available in the full patch in LP #1721261
http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/xenial-proposed/revision/1423 http://bazaar.launchpad.net/~ubuntu-core-dev/livecd-rootfs/xenial-proposed/revision/1424 ** Description changed: [SRU Justification] The teardown_mountpoint function was back-ported to Xenial recently but the hard coded list of mounts to unmount makes using it problematic when different features require different set of mounts. This change set improves teardown_mountpoint to recursively find all submounts and unmount them, instead of working from a hard-coded list. This makes the code resilient against other submounts being added later, including downstream. [Test case] Autopkgtest excercises this code-path but to be on the safe side all cloud images need to be test-built, too. [Regression potential] This change may break building images or the host system by unmounting host's mounts. [Other Info] - * This is an improvement of LP: #1716992 + * This is an improvement of LP: #1716992 + * The fix also removes sleep / udevadm settle calls which seem to be obsolete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1721279 Title: Improve teardown_mountpoint to recursively find all submounts and unmount them To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/livecd-rootfs/+bug/1721279/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
