Add changelog, fix typo.

tweak-core-desktop
Łukasz 'sil2100' Zemczak 5 months ago
parent b6135788ba
commit c9fc7f390d

5
debian/changelog vendored

@ -6,7 +6,10 @@ livecd-rootfs (24.10.5) UNRELEASED; urgency=medium
[ Zhaoxuan Zhai ] [ Zhaoxuan Zhai ]
* support config sector size in ubuntu-image * support config sector size in ubuntu-image
-- Zhaoxuan Zhai <zhai.zhaoxuan@canonical.com> Thu, 27 Jun 2024 09:58:27 +0800 [ Łukasz 'sil2100' Zemczak ]
* Build qcow2 images for ubuntu-core LXD support.
-- Łukasz 'sil2100' Zemczak <lukasz.zemczak@ubuntu.com> Thu, 11 Jul 2024 12:57:54 +0200
livecd-rootfs (24.10.4) oracular; urgency=medium livecd-rootfs (24.10.4) oracular; urgency=medium

@ -40,7 +40,7 @@ if [ "${IMAGEFORMAT:-}" = "ubuntu-image" ] \
# For standard, non-platform-specific core images, prepare a # For standard, non-platform-specific core images, prepare a
# qcow2 image as well for LXD consumption. # qcow2 image as well for LXD consumption.
if [ -z "${SUBARCH:-}" ]; then if [ -z "${SUBARCH:-}" ]; then
convert_to_qcow2 "$PREFIX".img "$PREFIX".qcow2 ;; convert_to_qcow2 "$PREFIX".img "$PREFIX".qcow2
fi fi
xz -0 -T4 "$PREFIX".img xz -0 -T4 "$PREFIX".img
mv output/seed.manifest "$PREFIX".manifest mv output/seed.manifest "$PREFIX".manifest

Loading…
Cancel
Save