Generate manifest for HyperV desktop images

Manifests are necessary for candidate checking in the
CPC automated workflow for building and publishing
HyperV desktop images. (#1940136)
desktop-preinstalled-fixes
Jason C. McDonald 3 years ago
parent d8932157d3
commit 1c66b45338

8
debian/changelog vendored

@ -1,3 +1,11 @@
livecd-rootfs (2.664.29) UNRELEASED; urgency=medium
[ Jason C. McDonald ]
* Generate manifest for HyperV desktop image
(LP: #1940136)
-- Jason C. McDonald <codemouse92@outlook.com> Mon, 16 Aug 2021 14:27:20 -0700
livecd-rootfs (2.664.28) focal; urgency=medium
[ Brian Murray ]

@ -137,4 +137,7 @@ rm "$raw_img"
apt-get install -y zip
zip "$vhd_img.zip" "$vhd_img"
create_manifest chroot "$vhd_img.zip.manifest"
rm "$vhd_img"

Loading…
Cancel
Save