Last active
October 13, 2022 10:54
-
-
Save amekusa/36b932fca635c0795e1e2e1794955c77 to your computer and use it in GitHub Desktop.
Creating a VirtualBox VM via terminal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| VBoxManage createvm --name MyVM --ostype ArchLinux_64 --basefolder "$HOME/VirtualBox VMs" --register | |
| # NOTE: | |
| # To show available --ostype values: | |
| # VBoxManage list ostypes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment