diff --git a/debian/changelog b/debian/changelog index 4fbd8ae2..be60d388 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,7 +6,10 @@ livecd-rootfs (24.10.5) UNRELEASED; urgency=medium [ Zhaoxuan Zhai ] * support config sector size in ubuntu-image - -- Zhaoxuan Zhai Thu, 27 Jun 2024 09:58:27 +0800 + [ Łukasz 'sil2100' Zemczak ] + * Build qcow2 images for ubuntu-core LXD support. + + -- Łukasz 'sil2100' Zemczak Thu, 11 Jul 2024 12:57:54 +0200 livecd-rootfs (24.10.4) oracular; urgency=medium diff --git a/live-build/auto/build b/live-build/auto/build index 8862b3ee..ddcb7bc3 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -40,7 +40,7 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ] \ # For standard, non-platform-specific core images, prepare a # qcow2 image as well for LXD consumption. if [ -z "${SUBARCH:-}" ]; then - convert_to_qcow2 "$PREFIX".img "$PREFIX".qcow2 ;; + convert_to_qcow2 "$PREFIX".img "$PREFIX".qcow2 fi xz -0 -T4 "$PREFIX".img mv output/seed.manifest "$PREFIX".manifest