diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-03-15 17:33:16 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-03-16 13:38:04 +0000 |
commit | 845770e12b6ed51db3179f42de6b8deacdff5093 (patch) | |
tree | 589b01e6f195cedf1952ffe3c5aa8ffdb9174127 /documentation | |
parent | 94e3971c95e0549a0857f07e1a38d7b7628f0022 (diff) | |
download | openembedded-core-845770e12b6ed51db3179f42de6b8deacdff5093.tar.gz openembedded-core-845770e12b6ed51db3179f42de6b8deacdff5093.tar.bz2 openembedded-core-845770e12b6ed51db3179f42de6b8deacdff5093.zip |
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.
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/adt-manual/adt-eclipse.xml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/documentation/adt-manual/adt-eclipse.xml b/documentation/adt-manual/adt-eclipse.xml index 197628b79d..d41f496d57 100644 --- a/documentation/adt-manual/adt-eclipse.xml +++ b/documentation/adt-manual/adt-eclipse.xml @@ -215,11 +215,15 @@ <para>Most custom options are for advanced QEMU users to further 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: + Some options must be specified outside the brackets. + 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 ‘<-m 256 –full-screen>’ + serial ‘<-m 256 -full-screen>’ </literallayout> </para> <para> |