summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/ref-features.xml
diff options
context:
space:
mode:
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.