2020-03-18 18:46:47 -04:00
|
|
|
<!-- Code generated from the comments of the HWConfig struct in builder/virtualbox/common/hw_config.go; DO NOT EDIT MANUALLY -->
|
|
|
|
|
2020-07-13 06:33:16 -04:00
|
|
|
- `cpus` (int) - The number of cpus to use for building the VM.
|
|
|
|
Defaults to 1.
|
|
|
|
|
|
|
|
- `memory` (int) - The amount of memory to use for building the VM
|
|
|
|
in megabytes. Defaults to 512 megabytes.
|
|
|
|
|
|
|
|
- `sound` (string) - Defaults to none. The type of audio device to use for
|
|
|
|
sound when building the VM. Some of the options that are available are
|
|
|
|
dsound, oss, alsa, pulse, coreaudio, null.
|
|
|
|
|
|
|
|
- `usb` (bool) - Specifies whether or not to enable the USB bus when
|
|
|
|
building the VM. Defaults to false.
|