summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-features.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-02 15:04:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:45 +0100
commit95c36b7cc214de582f6675dcfa3cca3b9617a92d (patch)
treef7aa1b09640bed290fc9e724ae9f253325c1f3f8 /documentation/ref-manual/ref-features.xml
parentd86118764f3bc32e1af1ea54b854f2923b63eaa7 (diff)
downloadpoky-95c36b7cc214de582f6675dcfa3cca3b9617a92d.tar.gz
ref-manual: Added read-only-fsroot feature to list.
(From yocto-docs rev: 612f8841b6b61d0cc155034c8e8685b28bfd10c7) 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.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-features.xml b/documentation/ref-manual/ref-features.xml
index fcf9e9c342..97c645149c 100644
--- a/documentation/ref-manual/ref-features.xml
+++ b/documentation/ref-manual/ref-features.xml
@@ -184,6 +184,12 @@
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
188 an image whose root filesystem is read-only.
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>"
191 section in the Yocto Project Development Manual for more
192 information.</para></listitem>
187 <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.
188 By default, this screen is provided by <filename>psplash</filename>, which does 194 By default, this screen is provided by <filename>psplash</filename>, which does
189 allow customization. 195 allow customization.