Skip to content

Commit

Permalink
extensions: image-output-vhd renamed to image-output-vhd-azure
Browse files Browse the repository at this point in the history
- only Azure wants the static, 1024-aligned original VHD images (and doesnt support VHDX?)
- new VHDX output format (for generic Hyper-V on Windows 10/11/2019/etc)
  • Loading branch information
rpardini committed Jan 14, 2024
1 parent a966045 commit b14e606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Copyright (c) 2023 Ricardo Pardini <[email protected]>
# This file is a part of the Armbian Build Framework https://github.com/armbian/build/

# This outputs image in VHD format, for use with Hyper-V and Microsoft Azure.
# This outputs image in VHD format, for use with and Microsoft Azure.
# The important part is making sure the input raw file is a multiple of 1024*1024 bytes, as per Microsoft's instructions.
# Otherwise importing the VHD would fail.
# This extension is incompatible with the qcow2 equivalent.
Expand Down

0 comments on commit b14e606

Please sign in to comment.