call ubuntu-image classic with --debug, because --verbose doesn't give us anything useful in the livefs build logs.

use-lxd-installer
Steve Langasek 1 year ago
parent 14778d8aa8
commit 0a3babb81a

7
debian/changelog vendored

@ -1,3 +1,10 @@
livecd-rootfs (23.10.56) UNRELEASED; urgency=medium
* call ubuntu-image classic with --debug, because --verbose doesn't give
us anything useful in the livefs build logs.
-- Steve Langasek <steve.langasek@ubuntu.com> Wed, 11 Oct 2023 18:03:03 -0700
livecd-rootfs (23.10.55) mantic; urgency=medium livecd-rootfs (23.10.55) mantic; urgency=medium
* fix: add 6.5 kernel appamor features to livecd-rootfs based on * fix: add 6.5 kernel appamor features to livecd-rootfs based on

@ -108,7 +108,7 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ]; then
xz -0 -T4 "$PREFIX".img xz -0 -T4 "$PREFIX".img
mv output/seed.manifest "$PREFIX".manifest mv output/seed.manifest "$PREFIX".manifest
else else
/snap/bin/ubuntu-image classic --verbose $UBUNTU_IMAGE_ARGS \ /snap/bin/ubuntu-image classic --debug $UBUNTU_IMAGE_ARGS \
-O output "$IMAGE_DEFINITION" -O output "$IMAGE_DEFINITION"
# Since the output of the ubuntu-image call can vary based on what # Since the output of the ubuntu-image call can vary based on what
# kind of an image we build, the safest bet is to 'export' all the # kind of an image we build, the safest bet is to 'export' all the

Loading…
Cancel
Save