diff --git a/debian/changelog b/debian/changelog index cd78e9e9..b67942b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.441.7) UNRELEASED; urgency=medium + + * Restore the call to 'umount -R $mountpoint' from umount_partition, + accidentally dropped in previous upload. + + -- Steve Langasek Wed, 13 Sep 2017 12:46:56 -0700 + livecd-rootfs (2.441.6) zesty; urgency=medium [ Robert C Jennings ] diff --git a/live-build/functions b/live-build/functions index ee3ee116..769e455d 100644 --- a/live-build/functions +++ b/live-build/functions @@ -150,6 +150,7 @@ EOF umount_partition() { local mountpoint=${1} teardown_mountpoint $mountpoint + umount -R $mountpoint udevadm settle if [ -n "${rootfs_dev_mapper}" -a -b "${rootfs_dev_mapper}" ]; then