diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-03-20 08:55:38 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-25 12:29:44 +0000 |
commit | c441f5f005f306a3dfc203237aab42b4a37336b5 (patch) | |
tree | d5b67722674c55f4c170ed35e88773f2bc97693e /documentation/dev-manual/dev-manual-start.xml | |
parent | 7a5cd2123a5665afaa41ed97914650e711ac8682 (diff) | |
download | poky-c441f5f005f306a3dfc203237aab42b4a37336b5.tar.gz |
dev-manual, ref-manual: Changed core-image-basic to core-image-full-cmdline
Fixes [YOCTO #2424]
Some imgage names were cleaned up to have more meaningful names.
These doc changes here take care of changing "core-image-basic"
to "core-image-full-cmdline".
Five instances changed.
(From yocto-docs rev: b758f9645e66867b5728da1dd989bae70a216fcc)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-start.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-start.xml | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/documentation/dev-manual/dev-manual-start.xml b/documentation/dev-manual/dev-manual-start.xml index 05cb8fc9d9..deea5a7610 100644 --- a/documentation/dev-manual/dev-manual-start.xml +++ b/documentation/dev-manual/dev-manual-start.xml | |||
@@ -368,15 +368,19 @@ | |||
368 | If so, you can configure the operating system of the running image | 368 | If so, you can configure the operating system of the running image |
369 | to use that port to run a console. | 369 | to use that port to run a console. |
370 | The connection uses standard IP networking.</para></listitem> | 370 | The connection uses standard IP networking.</para></listitem> |
371 | <listitem><para>SSH servers exist in some QEMU images. | 371 | <listitem><para> |
372 | The <filename>core-image-sato</filename> QEMU image has a Dropbear secure | 372 | SSH servers exist in some QEMU images. |
373 | shell (SSH) server that runs with the root password disabled. | 373 | The <filename>core-image-sato</filename> QEMU image has a |
374 | The <filename>core-image-basic</filename> and <filename>core-image-lsb</filename> QEMU images | 374 | Dropbear secure shell (SSH) server that runs with the root |
375 | password disabled. | ||
376 | The <filename>core-image-full-cmdline</filename> and | ||
377 | <filename>core-image-lsb</filename> QEMU images | ||
375 | have OpenSSH instead of Dropbear. | 378 | have OpenSSH instead of Dropbear. |
376 | Including these SSH servers allow you to use standard <filename>ssh</filename> and | 379 | Including these SSH servers allow you to use standard |
377 | <filename>scp</filename> commands. | 380 | <filename>ssh</filename> and <filename>scp</filename> commands. |
378 | The <filename>core-image-minimal</filename> QEMU image, however, contains no SSH | 381 | The <filename>core-image-minimal</filename> QEMU image, |
379 | server.</para></listitem> | 382 | however, contains no SSH server. |
383 | </para></listitem> | ||
380 | <listitem><para>You can use a provided, user-space NFS server to boot the QEMU session | 384 | <listitem><para>You can use a provided, user-space NFS server to boot the QEMU session |
381 | using a local copy of the root filesystem on the host. | 385 | using a local copy of the root filesystem on the host. |
382 | In order to make this connection, you must extract a root filesystem tarball by using the | 386 | In order to make this connection, you must extract a root filesystem tarball by using the |