Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox for Windows, Linux, and macOS
-
Updated
May 20, 2022 - Shell
To Reproduce
Steps to reproduce the behavior:
make all
as described in README.md and follow install process.macOS-VM.efi.vdi
and macOS-VM.vdi
are located directly in ~/VirtualBox VMs
instead of ~/VirtualBox VMs/macOS-VM
as is typical for VirtualBox VMs.Expected behavior
After install, macOS-VM.efi.vdi
and macOS-VM.vdi
should be located in `~/
Add a description, image, and links to the virtualbox topic page so that developers can more easily learn about it.
To associate your repository with the virtualbox topic, visit your repo's landing page and select "manage topics."
What are you trying to do?
Currently all commands use instance name to perform operations. This makes operations on multiple instances difficult and requires individual commands/action on each instance. For example: if I have 3 VMs for apps, 2 vms for db, and I want to run a command on just db nodes, I would have to run two commands. Or If I have to reboot app servers, thats 3 commands.