AlexanderWillner / runMacOSinVirtualBox

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

Remove dmg and sparse image files, or note such #88

Closed kkieffer closed 4 years ago

kkieffer commented 4 years ago

Great project, worked like a charm. Would be worth noting in the help that the dmg files and sparseimage files created by the script can be deleted after the VM is up and running, to save disk space.

Or, delete them automatically from the script.

vladimirf7 commented 4 years ago

I had the same question. @kkieffer run make clean after your VM installation is completed. This will remove those files.

AlexanderWillner commented 4 years ago

Thanks for the feedback. Yes, make clean should solve this and is documented.