mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-23 03:11:12 +00:00
Add changelog, fix typo.
This commit is contained in:
parent
b6135788ba
commit
c9fc7f390d
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -6,7 +6,10 @@ livecd-rootfs (24.10.5) UNRELEASED; urgency=medium
|
||||
[ Zhaoxuan Zhai ]
|
||||
* 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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user