From 3adf9af2a9d022af3323c328c130ca95842f1181 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Wed, 13 Sep 2017 12:50:10 -0700 Subject: [PATCH] Import patches-unapplied version 2.455 to ubuntu/artful-proposed Imported using git-ubuntu import. Changelog parent: efbd6fd1c6934cbed5c735704c6091eb2b0c625c New changelog entries: * Restore the call to 'umount -R $mountpoint' from umount_partition, accidentally dropped in previous upload. --- debian/changelog | 7 +++++++ live-build/functions | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index 958a0ed1..aca89594 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +livecd-rootfs (2.455) artful; urgency=medium + + * Restore the call to 'umount -R $mountpoint' from umount_partition, + accidentally dropped in previous upload. + + -- Steve Langasek Wed, 13 Sep 2017 12:50:10 -0700 + livecd-rootfs (2.454) artful; urgency=medium [ Steve Langasek ] diff --git a/live-build/functions b/live-build/functions index fbd8b44c..ee5a4f3d 100644 --- a/live-build/functions +++ b/live-build/functions @@ -152,6 +152,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