Commit 1e43c909 authored by Seth Vargo's avatar Seth Vargo

Merge pull request #1980 from dragon788/master

Corrected invalid boot command section for Parallels, Virtualbox, and VMware ISO builders
parents fc6b78b8 7daf8f6b
...@@ -257,9 +257,9 @@ The available variables are: ...@@ -257,9 +257,9 @@ The available variables are:
Example boot command. This is actually a working boot command used to start Example boot command. This is actually a working boot command used to start
an Ubuntu 12.04 installer: an Ubuntu 12.04 installer:
```javascript ```text
[ [
"&lt;esc&gt;&lt;esc&gt;&lt;enter&gt;&lt;wait&gt;", "<esc><esc><enter><wait>",
"/install/vmlinuz noapic ", "/install/vmlinuz noapic ",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ", "preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",
"debian-installer=en_US auto locale=en_US kbd-chooser/method=us ", "debian-installer=en_US auto locale=en_US kbd-chooser/method=us ",
...@@ -267,7 +267,7 @@ an Ubuntu 12.04 installer: ...@@ -267,7 +267,7 @@ an Ubuntu 12.04 installer:
"fb=false debconf/frontend=noninteractive ", "fb=false debconf/frontend=noninteractive ",
"keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA ", "keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA ",
"keyboard-configuration/variant=USA console-setup/ask_detect=false ", "keyboard-configuration/variant=USA console-setup/ask_detect=false ",
"initrd=/install/initrd.gz -- &lt;enter&gt;" "initrd=/install/initrd.gz -- <enter>;"
] ]
``` ```
......
...@@ -283,7 +283,7 @@ The available variables are: ...@@ -283,7 +283,7 @@ The available variables are:
Example boot command. This is actually a working boot command used to start Example boot command. This is actually a working boot command used to start
an Ubuntu 12.04 installer: an Ubuntu 12.04 installer:
``` ```text
[ [
"<esc><esc><enter><wait>", "<esc><esc><enter><wait>",
"/install/vmlinuz noapic ", "/install/vmlinuz noapic ",
......
...@@ -311,7 +311,7 @@ The available variables are: ...@@ -311,7 +311,7 @@ The available variables are:
Example boot command. This is actually a working boot command used to start Example boot command. This is actually a working boot command used to start
an Ubuntu 12.04 installer: an Ubuntu 12.04 installer:
``` ```text
[ [
"<esc><esc><enter><wait>", "<esc><esc><enter><wait>",
"/install/vmlinuz noapic ", "/install/vmlinuz noapic ",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment