From c441f5f005f306a3dfc203237aab42b4a37336b5 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 20 Mar 2014 08:55:38 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 2 +- documentation/dev-manual/dev-manual-start.xml | 20 ++++++++++++-------- documentation/ref-manual/ref-images.xml | 2 +- documentation/ref-manual/ref-variables.xml | 4 ++-- 4 files changed, 16 insertions(+), 12 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 805badaa07..ec1e8fcc66 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1017,7 +1017,7 @@ well-known standard SSH server implementation. By default, the core-image-sato image is configured to use Dropbear. - The core-image-basic and + The core-image-full-cmdline and core-image-lsb images both include OpenSSH. The core-image-minimal image does not 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 @@ If so, you can configure the operating system of the running image to use that port to run a console. The connection uses standard IP networking. - SSH servers exist in some QEMU images. - The core-image-sato QEMU image has a Dropbear secure - shell (SSH) server that runs with the root password disabled. - The core-image-basic and core-image-lsb QEMU images + + SSH servers exist in some QEMU images. + The core-image-sato QEMU image has a + Dropbear secure shell (SSH) server that runs with the root + password disabled. + The core-image-full-cmdline and + core-image-lsb QEMU images have OpenSSH instead of Dropbear. - Including these SSH servers allow you to use standard ssh and - scp commands. - The core-image-minimal QEMU image, however, contains no SSH - server. + Including these SSH servers allow you to use standard + ssh and scp commands. + The core-image-minimal QEMU image, + however, contains no SSH server. + You can use a provided, user-space NFS server to boot the QEMU session using a local copy of the root filesystem on the host. In order to make this connection, you must extract a root filesystem tarball by using the diff --git a/documentation/ref-manual/ref-images.xml b/documentation/ref-manual/ref-images.xml index a002c59d3f..529decfc96 100644 --- a/documentation/ref-manual/ref-images.xml +++ b/documentation/ref-manual/ref-images.xml @@ -71,7 +71,7 @@ for the Minimal MTD Utilities, which let the user interact with the MTD subsystem in the kernel to perform operations on flash devices. - core-image-basic: + core-image-full-cmdline: A console-only image with more full-featured Linux system functionality installed. core-image-lsb: diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 5f2b76be8c..8e4f1793bb 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -4297,7 +4297,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" This variable affects all images based on packagegroup-base, which does not include the - core-image-minimal or core-image-basic + core-image-minimal or core-image-full-cmdline images. @@ -4336,7 +4336,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" This variable affects only images based on packagegroup-base, which does not include the - core-image-minimal or core-image-basic + core-image-minimal or core-image-full-cmdline images. -- cgit v1.2.3-54-g00ecf