[yocto] [PATCH 3/5] dev-manual: Add documentation for --fsoptions

Tom Zanussi tom.zanussi at linux.intel.com
Tue Jul 29 12:33:55 PDT 2014


--fsoptions support was recently added to wic, so document it.

Signed-off-by: Tom Zanussi <tom.zanussi at linux.intel.com>
---
 documentation/dev-manual/dev-manual-common-tasks.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index f8a1398..c00c961 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -4179,6 +4179,14 @@
                                 <listitem><para><filename>swap</filename>
                                 </para></listitem>
                             </itemizedlist></para></listitem>
+                        <listitem><para><emphasis><filename>--fsoptions</filename>:</emphasis>
+                        Specifies a free-form string of options to be
+                        used when mounting the filesystem. This string
+                        will be copied into the
+                        <filename>/etc/fstab</filename> file of the
+                        installed system and should be enclosed in
+                        quotes.  If not specified, the default string
+                        is "defaults".</para></listitem>
                         <listitem><para><emphasis><filename>--label label</filename>:</emphasis>
                             Specifies the label to give to the filesystem to
                             be made on the partition.
-- 
1.8.3.1




More information about the yocto mailing list