add boot_command examples link to docs
This commit is contained in:
parent
4aee438c22
commit
f566c43a9d
|
@ -273,7 +273,10 @@ will be replaced by the proper key:
|
|||
sending any additional keys. This is useful if you have to generally wait
|
||||
for the UI to update before typing more.
|
||||
|
||||
When using modifier keys `ctrl`, `alt`, `shift` ensure that you release them, otherwise they will be held down until the machine reboots. Use lowercase characters as well inside modifiers. For example: to simulate ctrl+c use `<leftCtrlOn>c<leftCtrlOff>`.
|
||||
When using modifier keys `ctrl`, `alt`, `shift` ensure that you release them,
|
||||
otherwise they will be held down until the machine reboots. Use lowercase
|
||||
characters as well inside modifiers. For example: to simulate ctrl+c use
|
||||
`<leftCtrlOn>c<leftCtrlOff>`.
|
||||
|
||||
In addition to the special keys, each command to type is treated as a
|
||||
[template engine](/docs/templates/engine.html).
|
||||
|
@ -301,6 +304,9 @@ an Ubuntu 12.04 installer:
|
|||
]
|
||||
```
|
||||
|
||||
For more examples of various boot commands, see the sample projects from our
|
||||
[community templates page](/downloads-community.html#templates).
|
||||
|
||||
## Integration Services
|
||||
|
||||
Packer will automatically attach the integration services iso as a dvd drive
|
||||
|
|
|
@ -326,6 +326,9 @@ Ubuntu 12.04 installer:
|
|||
]
|
||||
```
|
||||
|
||||
For more examples of various boot commands, see the sample projects from our
|
||||
[community templates page](/downloads-community.html#templates).
|
||||
|
||||
## prlctl Commands
|
||||
|
||||
In order to perform extra customization of the virtual machine, a template can
|
||||
|
|
|
@ -231,6 +231,9 @@ In addition to the special keys, each command to type is treated as a
|
|||
[template engine](/docs/templates/engine.html). The
|
||||
available variables are:
|
||||
|
||||
For more examples of various boot commands, see the sample projects from our
|
||||
[community templates page](/downloads-community.html#templates).
|
||||
|
||||
## prlctl Commands
|
||||
|
||||
In order to perform extra customization of the virtual machine, a template can
|
||||
|
|
|
@ -442,6 +442,9 @@ CentOS 6.4 installer:
|
|||
}
|
||||
```
|
||||
|
||||
For more examples of various boot commands, see the sample projects from our
|
||||
[community templates page](/downloads-community.html#templates).
|
||||
|
||||
### Troubleshooting
|
||||
|
||||
Some users have experienced errors complaining about invalid keymaps. This
|
||||
|
|
|
@ -414,6 +414,9 @@ Ubuntu 12.04 installer:
|
|||
]
|
||||
```
|
||||
|
||||
For more examples of various boot commands, see the sample projects from our
|
||||
[community templates page](/downloads-community.html#templates).
|
||||
|
||||
## Guest Additions
|
||||
|
||||
Packer will automatically download the proper guest additions for the version of
|
||||
|
|
|
@ -367,6 +367,9 @@ Ubuntu 12.04 installer:
|
|||
]
|
||||
```
|
||||
|
||||
For more examples of various boot commands, see the sample projects from our
|
||||
[community templates page](/downloads-community.html#templates).
|
||||
|
||||
## Guest Additions
|
||||
|
||||
Packer will automatically download the proper guest additions for the version of
|
||||
|
|
|
@ -399,6 +399,9 @@ Ubuntu 12.04 installer:
|
|||
]
|
||||
```
|
||||
|
||||
For more examples of various boot commands, see the sample projects from our
|
||||
[community templates page](/downloads-community.html#templates).
|
||||
|
||||
## VMX Template
|
||||
|
||||
The heart of a VMware machine is the "vmx" file. This contains all the virtual
|
||||
|
|
|
@ -269,3 +269,6 @@ Ubuntu 12.04 installer:
|
|||
"initrd=/install/initrd.gz -- <enter>"
|
||||
]
|
||||
```
|
||||
|
||||
For more examples of various boot commands, see the sample projects from our
|
||||
[community templates page](/downloads-community.html#templates).
|
||||
|
|
Loading…
Reference in New Issue