mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-06 07:44:46 +00:00
livecd-rootfs creates non-private mounts. When building locally using the auto/build script unmounting fails. To unmount dev/pts it is insufficient to make the mount private. Its parents must be private too. Change teardown_mountpoint() accordingly. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>