timsutton / osx-vm-templates

macOS templates for Packer and VeeWee.
MIT License
1.12k stars 248 forks source link

prepare_vdi.sh: allow disk size to be passed in #96

Closed jtrinklein closed 6 years ago

jtrinklein commented 6 years ago

This adds a command line arg to the prepare_iso/prepare_vdi.sh script to specify disk size. This allows disk images larger than 32GB to be created without modifying the script.

timsutton commented 6 years ago

Thanks!