mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-08 09:21:53 +00:00
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.
This commit is contained in:
parent
efbd6fd1c6
commit
3adf9af2a9
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -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 <steve.langasek@ubuntu.com> Wed, 13 Sep 2017 12:50:10 -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…
x
Reference in New Issue
Block a user