diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-03 08:51:38 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:13:45 +0100 |
commit | 6f6d0a59e3b6b8a75522d2918b98de735718f425 (patch) | |
tree | eba59b6dd8414398e1ae455ca2f84b585b92ba16 /documentation/ref-manual/ref-features.xml | |
parent | 9a98f403bd4f6fac7f88e43c820519dc9fc644b2 (diff) | |
download | poky-6f6d0a59e3b6b8a75522d2918b98de735718f425.tar.gz |
ref-manual, dev-manual: Applied review edits (read-only rootfs and package repo)
A couple sets of review comments from Paul applied here.
1. Added the "read-only-rootfs" item to the EXTRA_IMAGE_FEATURES
variable description and a link to the appropriate section
in the dev-manual.
2. Pulled the how-to-create a package repository section out
of the section on how to customize an image with the
IMAGE_FEATURES and EXTRA_IMAGE_FEATURES section and made
it a stand-alone section in the "Tasks" chapter of the
dev-manual.
3. Integrated the SSH server example into the main topic
because we don't want an isolated sub-section within a
main topic.
4. In the image features section of the ref-manual, I fixed
the link with the "read-only-rootfs" feature to go to
the now-isolated section on how to do that instead of
going to the customizing an image using the IMAGE_FEATURES
and EXTRA_IMAGE_FEATURES variables section.
(From yocto-docs rev: 9c79b5f40d8dc6b37fbe636a2459f89b70bd8ea8)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-features.xml')
-rw-r--r-- | documentation/ref-manual/ref-features.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml index 97c645149c..7c43ab392f 100644 --- a/documentation/ref-manual/ref-features.xml +++ b/documentation/ref-manual/ref-features.xml | |||
@@ -184,10 +184,10 @@ | |||
184 | <listitem><para><emphasis>doc-pkgs:</emphasis> Installs documentation packages for all packages | 184 | <listitem><para><emphasis>doc-pkgs:</emphasis> Installs documentation packages for all packages |
185 | installed in a given image.</para></listitem> | 185 | installed in a given image.</para></listitem> |
186 | <listitem><para><emphasis>nfs-server:</emphasis> Installs an NFS server.</para></listitem> | 186 | <listitem><para><emphasis>nfs-server:</emphasis> Installs an NFS server.</para></listitem> |
187 | <listitem><para><emphasis>read-only-fsroot:</emphasis> Creates | 187 | <listitem><para><emphasis>read-only-fsroot:</emphasis> Creates |
188 | an image whose root filesystem is read-only. | 188 | an image whose root filesystem is read-only. |
189 | See the | 189 | See the |
190 | "<ulink url='&YOCTO_DOCS_DEV_URL;#usingpoky-extend-customimage-imagefeatures'>Customizing Images Using Custom <filename>IMAGE_FEATURES</filename> and <filename>EXTRA_IMAGE_FEATURES</filename></ulink>" | 190 | "<ulink url='&YOCTO_DOCS_DEV_URL;#creating-a-read-only-root-filesystem'>Creating a Read-Only Root Filesystem</ulink>" |
191 | section in the Yocto Project Development Manual for more | 191 | section in the Yocto Project Development Manual for more |
192 | information.</para></listitem> | 192 | information.</para></listitem> |
193 | <listitem><para><emphasis>splash:</emphasis> Enables showing a splash screen during boot. | 193 | <listitem><para><emphasis>splash:</emphasis> Enables showing a splash screen during boot. |