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
66cd8298
Commit
66cd8298
authored
Oct 14, 2014
by
Mitchell Hashimoto
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1589 from joshfng/master
website: Add all boot commands from source to docs.
parents
4f29325c
1e2cb367
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
84 additions
and
6 deletions
+84
-6
website/source/docs/builders/parallels-iso.html.markdown
website/source/docs/builders/parallels-iso.html.markdown
+18
-3
website/source/docs/builders/parallels-pvm.html.markdown
website/source/docs/builders/parallels-pvm.html.markdown
+18
-3
website/source/docs/builders/qemu.html.markdown
website/source/docs/builders/qemu.html.markdown
+16
-0
website/source/docs/builders/virtualbox-iso.html.markdown
website/source/docs/builders/virtualbox-iso.html.markdown
+16
-0
website/source/docs/builders/vmware-iso.html.markdown
website/source/docs/builders/vmware-iso.html.markdown
+16
-0
No files found.
website/source/docs/builders/parallels-iso.html.markdown
View file @
66cd8298
...
...
@@ -218,15 +218,30 @@ simulating a human actually typing the keyboard. There are a set of special
keys available. If these are in your boot command, they will be replaced by
the proper key:
*
`<bs>`
- Backspace
*
`<del>`
- Delete
*
`<enter>`
and
`<return>`
- Simulates an actual "enter" or "return" keypress.
*
`<esc>`
- Simulates pressing the escape key.
*
`<tab>`
- Simulates pressing the tab key.
*
`<wait>`
`<wait5>`
`<wait10>`
- Adds a 1, 5 or 10 second pause before sending
any additional keys. This is useful if you have to generally wait for the UI
to update before typing more.
*
`<f1>`
-
`<f12>`
- Simulates pressing a function key.
*
`<up>`
`<down>`
`<left>`
`<right>`
- Simulates pressing an arrow key.
*
`<spacebar>`
- Simulates pressing the spacebar.
*
`<insert>`
- Simulates pressing the insert key.
*
`<home>`
`<end>`
- Simulates pressing the home and end keys.
*
`<pageUp>`
`<pageDown>`
- Simulates pressing the page up and page down keys.
*
`<wait>`
`<wait5>`
`<wait10>`
- Adds a 1, 5 or 10 second pause before sending any additional keys. This
is useful if you have to generally wait for the UI to update before typing more.
In addition to the special keys, each command to type is treated as a
[
configuration template
](
/docs/templates/configuration-templates.html
)
.
...
...
website/source/docs/builders/parallels-pvm.html.markdown
View file @
66cd8298
...
...
@@ -167,15 +167,30 @@ simulating a human actually typing the keyboard. There are a set of special
keys available. If these are in your boot command, they will be replaced by
the proper key:
*
`<bs>`
- Backspace
*
`<del>`
- Delete
*
`<enter>`
and
`<return>`
- Simulates an actual "enter" or "return" keypress.
*
`<esc>`
- Simulates pressing the escape key.
*
`<tab>`
- Simulates pressing the tab key.
*
`<wait>`
`<wait5>`
`<wait10>`
- Adds a 1, 5 or 10 second pause before sending
any additional keys. This is useful if you have to generally wait for the UI
to update before typing more.
*
`<f1>`
-
`<f12>`
- Simulates pressing a function key.
*
`<up>`
`<down>`
`<left>`
`<right>`
- Simulates pressing an arrow key.
*
`<spacebar>`
- Simulates pressing the spacebar.
*
`<insert>`
- Simulates pressing the insert key.
*
`<home>`
`<end>`
- Simulates pressing the home and end keys.
*
`<pageUp>`
`<pageDown>`
- Simulates pressing the page up and page down keys.
*
`<wait>`
`<wait5>`
`<wait10>`
- Adds a 1, 5 or 10 second pause before sending any additional keys. This
is useful if you have to generally wait for the UI to update before typing more.
In addition to the special keys, each command to type is treated as a
[
configuration template
](
/docs/templates/configuration-templates.html
)
.
...
...
website/source/docs/builders/qemu.html.markdown
View file @
66cd8298
...
...
@@ -266,12 +266,28 @@ to the machine, simulating a human actually typing the keyboard. There are
a set of special keys available. If these are in your boot command, they
will be replaced by the proper key:
*
`<bs>`
- Backspace
*
`<del>`
- Delete
*
`<enter>`
and
`<return>`
- Simulates an actual "enter" or "return" keypress.
*
`<esc>`
- Simulates pressing the escape key.
*
`<tab>`
- Simulates pressing the tab key.
*
`<f1>`
-
`<f12>`
- Simulates pressing a function key.
*
`<up>`
`<down>`
`<left>`
`<right>`
- Simulates pressing an arrow key.
*
`<spacebar>`
- Simulates pressing the spacebar.
*
`<insert>`
- Simulates pressing the insert key.
*
`<home>`
`<end>`
- Simulates pressing the home and end keys.
*
`<pageUp>`
`<pageDown>`
- Simulates pressing the page up and page down keys.
*
`<wait>`
`<wait5>`
`<wait10>`
- Adds a 1, 5 or 10 second pause before sending any additional keys. This
is useful if you have to generally wait for the UI to update before typing more.
...
...
website/source/docs/builders/virtualbox-iso.html.markdown
View file @
66cd8298
...
...
@@ -243,12 +243,28 @@ to the machine, simulating a human actually typing the keyboard. There are
a set of special keys available. If these are in your boot command, they
will be replaced by the proper key:
*
`<bs>`
- Backspace
*
`<del>`
- Delete
*
`<enter>`
and
`<return>`
- Simulates an actual "enter" or "return" keypress.
*
`<esc>`
- Simulates pressing the escape key.
*
`<tab>`
- Simulates pressing the tab key.
*
`<f1>`
-
`<f12>`
- Simulates pressing a function key.
*
`<up>`
`<down>`
`<left>`
`<right>`
- Simulates pressing an arrow key.
*
`<spacebar>`
- Simulates pressing the spacebar.
*
`<insert>`
- Simulates pressing the insert key.
*
`<home>`
`<end>`
- Simulates pressing the home and end keys.
*
`<pageUp>`
`<pageDown>`
- Simulates pressing the page up and page down keys.
*
`<wait>`
`<wait5>`
`<wait10>`
- Adds a 1, 5 or 10 second pause before sending any additional keys. This
is useful if you have to generally wait for the UI to update before typing more.
...
...
website/source/docs/builders/vmware-iso.html.markdown
View file @
66cd8298
...
...
@@ -260,12 +260,28 @@ to the machine, simulating a human actually typing the keyboard. There are
a set of special keys available. If these are in your boot command, they
will be replaced by the proper key:
*
`<bs>`
- Backspace
*
`<del>`
- Delete
*
`<enter>`
and
`<return>`
- Simulates an actual "enter" or "return" keypress.
*
`<esc>`
- Simulates pressing the escape key.
*
`<tab>`
- Simulates pressing the tab key.
*
`<f1>`
-
`<f12>`
- Simulates pressing a function key.
*
`<up>`
`<down>`
`<left>`
`<right>`
- Simulates pressing an arrow key.
*
`<spacebar>`
- Simulates pressing the spacebar.
*
`<insert>`
- Simulates pressing the insert key.
*
`<home>`
`<end>`
- Simulates pressing the home and end keys.
*
`<pageUp>`
`<pageDown>`
- Simulates pressing the page up and page down keys.
*
`<wait>`
`<wait5>`
`<wait10>`
- Adds a 1, 5 or 10 second pause before sending any additional keys. This
is useful if you have to generally wait for the UI to update before typing more.
...
...
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