fix html characters in vmware builder doc

This commit removes <, > and instead uses &lt;,&gt; to describe the
enter command in the boot command code block in vmware builder
documentation.
pull/62/head
Anton Lindström 13 years ago
parent 7db468f55e
commit c3bbb82c5c

@ -180,6 +180,6 @@ an Ubuntu 12.04 installer:
"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 -- <enter>"
"initrd=/install/initrd.gz -- &lt;enter&gt;"
]
</pre>

Loading…
Cancel
Save