8 lines
475 B
Plaintext
8 lines
475 B
Plaintext
<!-- Code generated from the comments of the VBoxManageConfig struct in builder/virtualbox/common/vboxmanage_config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
In order to perform extra customization of the virtual machine, a template can
|
|
define extra calls to `VBoxManage` to perform.
|
|
[VBoxManage](https://www.virtualbox.org/manual/ch09.html) is the command-line
|
|
interface to VirtualBox where you can completely control VirtualBox. It can be
|
|
used to do things such as set RAM, CPUs, etc.
|