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.
This commit is contained in:
Anton Lindström 2013-06-29 15:19:37 +02:00
parent aa3805c3fb
commit 088dfab045
1 changed files with 1 additions and 1 deletions

View File

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