From b71aeeeba794f66929da46817b27bb738cf67476 Mon Sep 17 00:00:00 2001 From: Brian Murray Date: Thu, 28 Jul 2022 14:04:33 -0700 Subject: [PATCH] Add in a changelog entry. --- debian/changelog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index c436899f..59398a69 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +livecd-rootfs (2.772) UNRELEASED; 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 Thu, 28 Jul 2022 14:01:10 -0700 + livecd-rootfs (2.771) kinetic; urgency=medium [ Steve Langasek ]