mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-01 13:13:39 +00:00
live-build/ubuntu-cpc/hooks/030-root-tarball.binary: correct a missing
unmount of /var/{lib,cache}/apt on cleanup, detected via autopkgtests.
This commit is contained in:
parent
a99dd8bf9f
commit
f6897fae71
2
debian/changelog
vendored
2
debian/changelog
vendored
@ -4,6 +4,8 @@ livecd-rootfs (2.408.16) xenial; urgency=medium
|
|||||||
after mounting a blank /var/lib/apt, so that further operations work
|
after mounting a blank /var/lib/apt, so that further operations work
|
||||||
as expected; otherwise, 'apt-get purge ^grub-.*' fails on s390x because
|
as expected; otherwise, 'apt-get purge ^grub-.*' fails on s390x because
|
||||||
no such packages are known to apt.
|
no such packages are known to apt.
|
||||||
|
* live-build/ubuntu-cpc/hooks/030-root-tarball.binary: correct a missing
|
||||||
|
unmount of /var/{lib,cache}/apt on cleanup, detected via autopkgtests.
|
||||||
|
|
||||||
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 12 Sep 2017 13:25:58 -0700
|
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 12 Sep 2017 13:25:58 -0700
|
||||||
|
|
||||||
|
@ -29,3 +29,5 @@ umount "binary/boot/filesystem.dir/proc"
|
|||||||
umount "binary/boot/filesystem.dir/sys"
|
umount "binary/boot/filesystem.dir/sys"
|
||||||
umount -R "binary/boot/filesystem.dir/dev"
|
umount -R "binary/boot/filesystem.dir/dev"
|
||||||
umount "binary/boot/filesystem.dir/tmp"
|
umount "binary/boot/filesystem.dir/tmp"
|
||||||
|
umount "binary/boot/filesystem.dir/var/lib/apt"
|
||||||
|
umount "binary/boot/filesystem.dir/var/cache/apt"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user