mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-08-14 18:24:15 +00:00
Imported 2.772
No reason for CPC update specified.
This commit is contained in:
parent
5e412fc1c1
commit
7478fdfae8
8
debian/changelog
vendored
8
debian/changelog
vendored
@ -1,3 +1,11 @@
|
|||||||
|
livecd-rootfs (2.772) kinetic; urgency=medium
|
||||||
|
|
||||||
|
* When converting images to qcow2 stop using the traditional image format
|
||||||
|
and switch to using the default image format which will include zero
|
||||||
|
clusters and allow efficient copy-on-read for sparse images.
|
||||||
|
|
||||||
|
-- Brian Murray <brian@ubuntu.com> Thu, 28 Jul 2022 14:04:45 -0700
|
||||||
|
|
||||||
livecd-rootfs (2.771) kinetic; urgency=medium
|
livecd-rootfs (2.771) kinetic; urgency=medium
|
||||||
|
|
||||||
[ Steve Langasek ]
|
[ Steve Langasek ]
|
||||||
|
@ -370,7 +370,7 @@ create_derivative() {
|
|||||||
convert_to_qcow2() {
|
convert_to_qcow2() {
|
||||||
src="$1"
|
src="$1"
|
||||||
destination="$2"
|
destination="$2"
|
||||||
qemu-img convert -c -O qcow2 -o compat=0.10 "$src" "$destination"
|
qemu-img convert -c -O qcow2 "$src" "$destination"
|
||||||
qemu-img info "$destination"
|
qemu-img info "$destination"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user