Generate manifest for HyperV desktop images

Manifests are necessary for candidate checking in the
CPC automated workflow for building and publishing
HyperV desktop images.
This commit is contained in:
Jason C. McDonald 2021-07-09 15:06:16 -07:00
parent 6928b79bb6
commit f75c3254b0
2 changed files with 10 additions and 0 deletions

7
debian/changelog vendored
View File

@ -1,3 +1,10 @@
livecd-rootfs (2.730) UNRELEASED; urgency=medium
[ Jason C. McDonald ]
* Generate manifest for HyperV desktop image
-- Jason C. McDonald <codemouse92@outlook.com> Wed, 14 Jul 2021 06:25:36 -0700
livecd-rootfs (2.729) impish; urgency=medium
[ Michael Hudson-Doyle ]

View File

@ -136,5 +136,8 @@ qemu-img convert -O vhdx "$raw_img" "$vhd_img"
rm "$raw_img"
apt-get install -y zip
create_manifest chroot "$vhd_img.zip.manifest"
zip "$vhd_img.zip" "$vhd_img"
rm "$vhd_img"