mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-15 02:34:08 +00:00
Imported 23.10.31 from mantic-release pocket.
No reason for CPC update specified.
This commit is contained in:
parent
c4dfab244c
commit
d4ec07c09e
10
debian/changelog
vendored
10
debian/changelog
vendored
@ -1,3 +1,13 @@
|
|||||||
|
livecd-rootfs (23.10.31) mantic; urgency=medium
|
||||||
|
|
||||||
|
* blkid is unreliable in mount_image(), but this blkid call is only here
|
||||||
|
for debugging, so ignore any failures (even if we don't understand
|
||||||
|
them). LP: #2034299.
|
||||||
|
* mark the minimized autopkgtest as also allowing stderr, in the event of
|
||||||
|
any error messages from blkid.
|
||||||
|
|
||||||
|
-- Steve Langasek <steve.langasek@ubuntu.com> Tue, 05 Sep 2023 14:42:03 -0700
|
||||||
|
|
||||||
livecd-rootfs (23.10.30) mantic; urgency=medium
|
livecd-rootfs (23.10.30) mantic; urgency=medium
|
||||||
|
|
||||||
* Fix unminimize to correctly list packages. (LP: #1996489)
|
* Fix unminimize to correctly list packages. (LP: #1996489)
|
||||||
|
2
debian/tests/control
vendored
2
debian/tests/control
vendored
@ -4,4 +4,4 @@ Restrictions: needs-root isolation-machine allow-stderr
|
|||||||
|
|
||||||
Tests: minimized
|
Tests: minimized
|
||||||
Depends: @, lsb-release
|
Depends: @, lsb-release
|
||||||
Restrictions: needs-root isolation-machine
|
Restrictions: needs-root isolation-machine allow-stderr
|
||||||
|
@ -78,7 +78,8 @@ mount_image() {
|
|||||||
|
|
||||||
# Add some information to the debug logs
|
# Add some information to the debug logs
|
||||||
echo "Mounted disk image ${backing_img} to ${rootfs_dev_mapper}"
|
echo "Mounted disk image ${backing_img} to ${rootfs_dev_mapper}"
|
||||||
blkid ${rootfs_dev_mapper}
|
blkid ${rootfs_dev_mapper} \
|
||||||
|
|| echo "blkid failed; continuing"
|
||||||
|
|
||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user