Page MenuHomeFreeBSD

release: correct Azure disk image extension
ClosedPublic

Authored by emaste on Feb 24 2023, 6:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Nov 16, 11:13 PM
Unknown Object (File)
Sat, Nov 1, 12:27 PM
Unknown Object (File)
Oct 19 2025, 5:13 AM
Unknown Object (File)
Oct 9 2025, 1:41 AM
Unknown Object (File)
Oct 5 2025, 1:48 AM
Unknown Object (File)
Oct 4 2025, 2:52 AM
Unknown Object (File)
Oct 2 2025, 2:14 AM
Unknown Object (File)
Sep 21 2025, 3:56 PM

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

emaste created this revision.
lwhsu added a subscriber: lwhsu.

I'm fine with this. For the record, when I worked on this, I kept azure.vhdf as it is an intermediate product and for aligning with other images. Note that the azure-do-upload target in Makefile.azure will upload as .vhd suffix, with more clear naming.

This revision is now accepted and ready to land.Feb 25 2023, 3:56 AM

I garbage collected the AZURE_DISK variable since it was unused. (Note that CLOUDWARE does not include AZURE so in fact *none* of the cloudware-related AZURE variables are used, but _DISK in particular isn't used for any of the cloudwares.)

The AZURE_IMG bit needs to change since we now have support for building separate UFS and ZFS images (with different file names).