YuZakuro
a6269671ec
Fix inconsistent spelling
...
`(boolean)` is used in most cases, but `(bool)` is used in places.
I ran `find website/source/**/*.(markdown|md) | xargs sed -i 's/(bool)/(boolean)/g'`
2015-07-09 18:20:13 +09:00
Tyler Tidman
c416f6e14b
Remove ssh_wait_timeout from doc basic examples for virtualbox/vmware builders. Fixes GH-2382.
2015-07-02 17:37:03 -04:00
Mitchell Hashimoto
3cc90768a2
website: update docs to link to communicator
2015-06-23 14:44:57 -07:00
Mitchell Hashimoto
9c1e6bc478
website: clarify shutdown command [GH-2011]
2015-06-10 20:30:00 -07:00
Mitchell Hashimoto
8d6a99457a
Merge pull request #1078 from pleschev/skip_nat_port
...
Adding the ability to skip nat port forwarding for ssh connectivity
2015-06-10 10:47:03 -07:00
Rickard von Essen
835aff4562
Fixes #2079 - Documentation parallel_tools_mode / guest_additions_mode
2015-05-05 09:21:32 +02:00
dragon788
0e8cd451ed
Invalid boot command section for VirtualboxISO
2015-03-13 13:45:30 -05:00
dragon788
800dbeedac
Boot command section was NOT working
...
If copy and pasted, the boot command section was NOT working due to < and > being translated to HTML code equivalents. Removed javascript tagging on the code block to see if this fixes the resulting display in a browser.
2015-01-30 10:51:20 -06:00
Danny Lockard
fdcf10dc64
and update the docs to indicate you can use 'scsi' in place of sata or ide
2015-01-15 19:56:30 -06:00
pleschev
431647997c
Merge pull request #2 from mitchellh/master
...
Update skip_nat_port to latest master.
2014-11-26 07:52:42 +11:00
Seth Vargo
67fad6c429
Add metadata description to all pages + include "Packer" for SEO
2014-10-22 17:41:53 -04:00
Seth Vargo
0800ebfe7a
Use formatting helpers and labeled code blocks
2014-10-22 17:41:53 -04:00
Josh Frye
1e2cb36735
Add all boot commands from source to docs.
2014-10-14 15:45:34 -07:00
Mitchell Hashimoto
c185fa42f3
Merge pull request #1200 from zigg/feature/virtualbox-iso-sata
...
builder/virtualbox: implement `iso_interface` setting
2014-09-02 10:56:57 -07:00
Nick Presta
3cf90cb964
Updating Ubuntu 12.04 ISO location and checksum
2014-08-20 00:08:22 -04:00
Matt Behrens
32f6553d04
add documentation for `iso_interface`
2014-05-24 07:20:05 -04:00
Ross Smith II
7736151ac7
updated docs
2014-05-06 16:23:12 -07:00
Ross Smith II
d666b64fb8
website: alphabetized configuration options, added missing ones, standardized text
2014-05-04 10:47:56 -07:00
Mitchell Hashimoto
e2d2d25548
Merge pull request #1086 from rasa/add-globs-and-dirs-to-floppy-files
...
Allow wildcards and directories for floppy_files parameter
2014-04-29 16:55:14 -07:00
Ross Smith II
e422d45f92
Allow wildcards and directories for floppy_files parameter
2014-04-29 12:27:34 -07:00
Jacob Helwig
38e880a187
Add ability to run vboxmanage commands just before exporting [GH-664]
2014-04-29 11:58:11 -07:00
Peter Leschev
eef3223f6c
Adding the ability to skip nat port forwarding for ssh connectivity
2014-04-29 08:27:23 +10:00
Ross Smith II
850b066408
Merge pull request #945 from benlangfeld:feature/vb_output_opts (manually)
2014-04-21 08:38:48 -07:00
Ben Langfeld
bfd6755859
Move to an array of strings for a deterministic option separation
2014-03-14 00:12:50 -03:00
Mitchell Hashimoto
c71e06e800
website: update to be a little more clear [GH-933]
2014-03-12 21:12:14 -07:00
Ben Langfeld
0332901f63
builder/virtualbox: Add an `export_opts` option
...
Allows arbitrary arguments to VBoxManage export, such as product info (--product, --vendor, etc).
2014-03-12 10:12:20 -03:00
Ross Smith II
5a26624897
Update virtualbox-iso.html.markdown
...
Changed type to virtualbox-iso
2014-01-13 11:11:55 -08:00
Mitchell Hashimoto
2b801a7b12
builder/vmware,virtualbox: checksum_type can be "none" [GH-471]
2013-12-28 09:59:47 -07:00
Mitchell Hashimoto
df9b009c8d
website: update docs for virtualbox builder (some bugs)
2013-12-26 17:16:30 -07:00
Mitchell Hashimoto
dc2117125d
website: document the virtualbox-ovf builder
2013-12-22 15:44:43 -08:00