mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-14 12:41:20 +00:00
Restore the call to 'umount -R $mountpoint' from umount_partition,
accidentally dropped in previous upload.
This commit is contained in:
parent
6919b668ae
commit
81b7fc6862
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 <steve.langasek@ubuntu.com> Wed, 13 Sep 2017 12:46:56 -0700
|
||||
|
||||
livecd-rootfs (2.441.6) zesty; urgency=medium
|
||||
|
||||
[ Robert C Jennings ]
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user