Invalid boot command section for Parallels ISO

This commit is contained in:
dragon788 2015-03-13 13:44:07 -05:00
parent fc6b78b8dd
commit 90e48eabc3
1 changed files with 2 additions and 2 deletions

View File

@ -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 ",