If we use the <Extend>true</Extend> tag in the Autounattend.xml files, then there only is one place to change disk size of the basebox: the template JSON files.
I once had the trouble to increase packer's disk_size in the template JSON file, but found out that the VM still only got 60GByte.
If we use the
<Extend>true</Extend>
tag in theAutounattend.xml
files, then there only is one place to change disk size of the basebox: the template JSON files.I once had the trouble to increase packer's
disk_size
in the template JSON file, but found out that the VM still only got 60GByte.