AlexanderWillner / runMacOSinVirtualBox

Run macOS 10.16 Big Sur (and other versions) in VirtualBox on macOS
MIT License
936 stars 125 forks source link

Feature-Request: Allow other storage sizes #30

Closed max-wittig closed 5 years ago

max-wittig commented 5 years ago

The only way to get a larger disk, is to modify the read-only property readonly VM_SIZE="32768"

Maybe this should be configurable with environment variables?

AlexanderWillner commented 5 years ago

Thanks. Done. Tested with VM_NAME=Foo VM_SIZE=128000 VM_RAM=2048 VM_VRAM=64 VM_CPU=1 bash runMojaveVirtualbox.sh all

max-wittig commented 5 years ago

@AlexanderWillner That was quick! Thank you! :+1: