joefitzgerald / packer-windows

Windows Packer Templates
MIT License
1.64k stars 1.12k forks source link

extend primary partition to use packer's disk_size #116

Closed StefanScherer closed 9 years ago

StefanScherer commented 9 years ago

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.

StefanScherer commented 9 years ago

Sorry, forgot to set to develop branch. Stay tuned.