documentation/adt-manual/adt-eclipse.xml: Specified qemu options outside of brackets.

Section 4.1.3.4 discusses custom options for when you want to run
a QEMU image.  Jessica felt that we needed to stress the fact that
the options "serial", "nographic", and "kvm" must all appear outside
of the angled brackets.

(From OE-Core rev: 845770e12b6ed51db3179f42de6b8deacdff5093)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-03-15 17:33:16 -06:00 committed by Richard Purdie
parent 082adfce74
commit 9a9ebb03b9
1 changed files with 8 additions and 4 deletions

View File

@ -216,10 +216,14 @@
customize their QEMU instance.
These options are specified between paired angled brackets.
Some options must be specified outside the brackets.
Use the <filename>man qemu</filename> command to get help on all the options.
The following is an example custom:
In particular, the options <filename>serial</filename>,
<filename>nographic</filename>, and <filename>kvm</filename> must all
be outside the brackets.
Use the <filename>man qemu</filename> command to get help on all the options
and their use.
The following is an example:
<literallayout class='monospaced'>
serial &lt;-m 256 full-screen&gt;
serial &lt;-m 256 -full-screen&gt;
</literallayout>
</para>
<para>