Restore the call to 'umount -R $mountpoint' from umount_partition,

accidentally dropped in previous upload.
ubuntu/artful
Steve Langasek 7 years ago
parent df7bb19cec
commit c9ef91e262

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (2.455) UNRELEASED; urgency=medium
* Restore the call to 'umount -R $mountpoint' from umount_partition,
accidentally dropped in previous upload.
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 13 Sep 2017 12:49:24 -0700
livecd-rootfs (2.454) artful; urgency=medium livecd-rootfs (2.454) artful; urgency=medium
[ Steve Langasek ] [ Steve Langasek ]

@ -152,6 +152,7 @@ EOF
umount_partition() { umount_partition() {
local mountpoint=${1} local mountpoint=${1}
teardown_mountpoint $mountpoint teardown_mountpoint $mountpoint
umount -R $mountpoint
udevadm settle udevadm settle
if [ -n "${rootfs_dev_mapper}" -a -b "${rootfs_dev_mapper}" ]; then if [ -n "${rootfs_dev_mapper}" -a -b "${rootfs_dev_mapper}" ]; then

Loading…
Cancel
Save