runMacOSinVirtualBox
runMacOSinVirtualBox copied to clipboard
VDI images should be in VM directory, not upper level "VirtualBox VMs" directory
To Reproduce Steps to reproduce the behavior:
- Run
make allas described in README.md and follow install process. - After install,
macOS-VM.efi.vdiandmacOS-VM.vdiare located directly in~/VirtualBox VMsinstead of~/VirtualBox VMs/macOS-VMas is typical for VirtualBox VMs.
Expected behavior
After install, macOS-VM.efi.vdi and macOS-VM.vdi should be located in ~/VirtualBox VMs/macOS-VM instead of parallel to it.
Additional context
- N/A
Thanks for the feedback. However, this is sort of an expected behavior. The different make targets allow to delete the VM, the image, the download, ... and recreate the different files as well. Changing it should be possible, but would need some testing. Leaving this issue open...
I haven't tested it, but it looks like this commit to someone's fork is intended to fix this issue? If it does, perhaps it could be merged upstream to fix it?
Also is there a safe way to move all the files into that directory after install, or would doing so break the VM? Thanks!
Didn’t know this fork. Interesting changes...