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
930b844b
Commit
930b844b
authored
Dec 19, 2013
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
website/source: fix typos
parent
fb5d1708
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
website/source/docs/builders/virtualbox.html.markdown
website/source/docs/builders/virtualbox.html.markdown
+1
-1
website/source/docs/command-line/machine-readable.html.markdown
...e/source/docs/command-line/machine-readable.html.markdown
+1
-1
website/source/docs/templates/user-variables.html.markdown
website/source/docs/templates/user-variables.html.markdown
+1
-1
No files found.
website/source/docs/builders/virtualbox.html.markdown
View file @
930b844b
...
...
@@ -275,7 +275,7 @@ home directory of the SSH user.
## VBoxManage Commands
In order to perform extra customization of the virtual machine, a template
can define extra calls to
`VBoxMan
g
age`
to perform.
[
VBoxManage
](
http://www.virtualbox.org/manual/ch08.html
)
can define extra calls to
`VBoxManage`
to perform.
[
VBoxManage
](
http://www.virtualbox.org/manual/ch08.html
)
is the command-line interface to VirtualBox where you can completely control
VirtualBox. It can be used to do things such as set RAM, CPUs, etc.
...
...
website/source/docs/command-line/machine-readable.html.markdown
View file @
930b844b
...
...
@@ -36,7 +36,7 @@ with the `-machine-readable` flag to see!
## Format
The machine readable format is a line-oriented, comma-delim
e
ted text
The machine readable format is a line-oriented, comma-delim
i
ted text
format. This makes it extremely easy to parse using standard Unix tools such
as awk or grep in addition to full programming languages like Ruby or
Python.
...
...
website/source/docs/templates/user-variables.html.markdown
View file @
930b844b
...
...
@@ -20,7 +20,7 @@ page first.
User variables must first be defined in a
`variables`
section within your
template. Even if you want a variable to default to an empty string, it
must be defined. This explici
ti
vity makes it easy for newcomers to your
must be defined. This explicivity makes it easy for newcomers to your
template to understand what can be modified using variables in your template.
The
`variables`
section is a simple key/value mapping of the variable
...
...
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