Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
P
packer
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kristopher Ruzic
packer
Commits
e9f18f48
Commit
e9f18f48
authored
Jul 01, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #106 from bdon/master
website: typos
parents
67df7b77
e8037b33
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
website/source/docs/builders/virtualbox.html.markdown
website/source/docs/builders/virtualbox.html.markdown
+2
-2
website/source/docs/builders/vmware.html.markdown
website/source/docs/builders/vmware.html.markdown
+2
-2
website/source/docs/templates/veewee-to-packer.html.markdown
website/source/docs/templates/veewee-to-packer.html.markdown
+1
-1
No files found.
website/source/docs/builders/virtualbox.html.markdown
View file @
e9f18f48
...
...
@@ -54,7 +54,7 @@ Required:
Optional:
*
`boot_command`
(array of strings) - This is an array of commands to type
when the virtual machine is first
ed
booted. The goal of these commands should
when the virtual machine is first booted. The goal of these commands should
be to type just enough to initialize the operating system installer. Special
keys can be typed as well, and are covered in the section below on the boot
command. If this is not specified, it is assumed the installer will start
...
...
@@ -127,7 +127,7 @@ Optional:
*
`ssh_wait_timeout`
(string) - The duration to wait for SSH to become
available. By default this is "20m", or 20 minutes. Note that this should
be quite long since the timer begins as soon as virtual machine is booted.
be quite long since the timer begins as soon as
the
virtual machine is booted.
*
`vboxmanage`
(array of array of strings) - Custom
`VBoxManage`
commands to
execute in order to further customize the virtual machine being created.
...
...
website/source/docs/builders/vmware.html.markdown
View file @
e9f18f48
...
...
@@ -116,7 +116,7 @@ Optional:
*
`ssh_wait_timeout`
(string) - The duration to wait for SSH to become
available. By default this is "20m", or 20 minutes. Note that this should
be quite long since the timer begins as soon as virtual machine is booted.
be quite long since the timer begins as soon as
the
virtual machine is booted.
*
`tools_upload_flavor`
(string) - The flavor of the VMware Tools ISO to
upload into the VM. Valid values are "darwin", "linux", and "windows".
...
...
@@ -134,7 +134,7 @@ Optional:
where "BUILDNAME" is the name of the build.
*
`vmdk_name`
(string) - The filename of the virtual disk that'll be created,
without the extension. This
is a This
defaults to "packer".
without the extension. This defaults to "packer".
*
`vmx_data`
(object, string keys and string values) - Arbitrary key/values
to enter into the virtual machine VMX file. This is for advanced users
...
...
website/source/docs/templates/veewee-to-packer.html.markdown
View file @
e9f18f48
...
...
@@ -49,7 +49,7 @@ specific builder configurations.
None, really. The tool will tell you if it can't convert a part of a
template, and whether that is a critical error or just a warning.
Most of Veewees functions translate perfectly over to Packer. There are
Most of Veewee
'
s functions translate perfectly over to Packer. There are
still a couple missing features in Packer, but they're minimal.
## Bugs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment