mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-04-29 05:32:36 +00:00
Merge lp:~rbalint/livecd-rootfs/livecd-rootfs-autopkgtest-fix, w/ modifications
Only call sync, don't wrap kpartx and parse its output (doesn't appear to be needed)
This commit is contained in:
commit
ca79c05a23
3
debian/changelog
vendored
3
debian/changelog
vendored
@ -5,6 +5,9 @@ livecd-rootfs (2.442) UNRELEASED; urgency=medium
|
|||||||
comparison prior to aa-series (LP: #1681548)
|
comparison prior to aa-series (LP: #1681548)
|
||||||
* live-build/ubuntu-cpc/hooks/999-extras.binary: Exit on first failure
|
* live-build/ubuntu-cpc/hooks/999-extras.binary: Exit on first failure
|
||||||
|
|
||||||
|
[Balint Reczey]
|
||||||
|
* sync before calling kpartx to let writing to loop devices finish
|
||||||
|
|
||||||
-- Steve Langasek <steve.langasek@ubuntu.com> Thu, 13 Apr 2017 10:38:04 -0700
|
-- Steve Langasek <steve.langasek@ubuntu.com> Thu, 13 Apr 2017 10:38:04 -0700
|
||||||
|
|
||||||
livecd-rootfs (2.441) zesty; urgency=medium
|
livecd-rootfs (2.441) zesty; urgency=medium
|
||||||
|
@ -13,6 +13,8 @@ apt-get -qqy install dosfstools gdisk
|
|||||||
clean_loops() {
|
clean_loops() {
|
||||||
|
|
||||||
if [ -n "${backing_img}" ]; then
|
if [ -n "${backing_img}" ]; then
|
||||||
|
# sync before removing loop to avoid "Device or resource busy" errors
|
||||||
|
sync
|
||||||
kpartx -v -d "${backing_img}"
|
kpartx -v -d "${backing_img}"
|
||||||
unset backing_img
|
unset backing_img
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user