Commit f181e9b6 authored by Mitchell Hashimoto's avatar Mitchell Hashimoto

website: Update virtualbox to note guest additions stuff

parent bd947c42
...@@ -184,6 +184,21 @@ an Ubuntu 12.04 installer: ...@@ -184,6 +184,21 @@ an Ubuntu 12.04 installer:
] ]
</pre> </pre>
## Guest Additions
Packer will automatically download the proper guest additions for the
version of VirtualBox that is running and upload those guest additions into
the virtual machine so that provisioners can easily install them.
Packer downloads the guest additions from the official VirtualBox website,
and verifies the file with the official checksums released by VirtualBox.
After the virtual machine is up and the operating system is installed,
Packer uploads the guest additions into the virtual machine. The path where
they are uploaded is controllable by `guest_additions_path`, and defaults
to "VBoxGuestAdditions.iso". Without an absolute path, it is uploaded to the
home directory of the SSH user.
## VBoxManage Commands ## VBoxManage Commands
In order to perform extra customization of the virtual machine, a template In order to perform extra customization of the virtual machine, a template
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment