Skip to content

Commit

Permalink
docs/vmware-iso: fix boot command encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
pearkes committed Jan 4, 2015
1 parent 93f9e90 commit 4b0d861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/source/docs/builders/vmware-iso.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -313,15 +313,15 @@ an Ubuntu 12.04 installer:

```javascript
[
"<esc><esc><enter><wait>",
"<esc><esc><enter><wait>",
"/install/vmlinuz noapic ",
"preseed/url=http://{{ .HTTPIP }}:{{ .HTTPPort }}/preseed.cfg ",
"debian-installer=en_US auto locale=en_US kbd-chooser/method=us ",
"hostname={{ .Name }} ",
"fb=false debconf/frontend=noninteractive ",
"keyboard-configuration/modelcode=SKIP keyboard-configuration/layout=USA ",
"keyboard-configuration/variant=USA console-setup/ask_detect=false ",
"initrd=/install/initrd.gz -- &lt;enter&gt;"
"initrd=/install/initrd.gz -- <enter>"
]
```

Expand Down

0 comments on commit 4b0d861

Please sign in to comment.