Commit 4b0d8613 authored by Jack Pearkes's avatar Jack Pearkes

docs/vmware-iso: fix boot command encoding

parent 93f9e90f
...@@ -313,7 +313,7 @@ an Ubuntu 12.04 installer: ...@@ -313,7 +313,7 @@ an Ubuntu 12.04 installer:
```javascript ```javascript
[ [
"&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 ",
...@@ -321,7 +321,7 @@ an Ubuntu 12.04 installer: ...@@ -321,7 +321,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>"
] ]
``` ```
......
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