mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-07 17:21:55 +00:00
Restore the call to 'umount -R $mountpoint' from umount_partition,
accidentally dropped in previous upload.
This commit is contained in:
parent
df7bb19cec
commit
c9ef91e262
7
debian/changelog
vendored
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
|
||||
|
||||
[ Steve Langasek ]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user