From 96caaa067bfd97014af8fad2ed2f3cc81597521a Mon Sep 17 00:00:00 2001 From: Justin Bronn Date: Thu, 5 Sep 2013 11:08:55 -0700 Subject: [PATCH] Document the `hard_drive_interface` option. --- website/source/docs/builders/virtualbox.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/builders/virtualbox.html.markdown b/website/source/docs/builders/virtualbox.html.markdown index 8b38740fb..c4cbe6a39 100644 --- a/website/source/docs/builders/virtualbox.html.markdown +++ b/website/source/docs/builders/virtualbox.html.markdown @@ -108,6 +108,10 @@ Optional: how to optimize the virtual hardware to work best with that operating system. +* `hard_drive_interface` (string) - The type of controller that the primary + hard drive is attached to, defaults to "ide". When set to "sata", the + drive is attached to an AHCI SATA controller. + * `headless` (bool) - Packer defaults to building VirtualBox virtual machines by launching a GUI that shows the console of the machine being built. When this value is set to true, the machine will