dev-manual: Added --fsoptions to wic

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

(From yocto-docs rev: 91efb698eea438083474c1e905dbaad3fffdbd81)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Tom Zanussi 2014-07-30 09:55:59 +03:00 committed by Richard Purdie
parent 537e965cc7
commit b8a836c0c9
1 changed files with 10 additions and 0 deletions

View File

@ -4265,6 +4265,16 @@
<listitem><para><filename>swap</filename>
</para></listitem>
</itemizedlist></para></listitem>
<listitem><para><emphasis><filename>&dash;&dash;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.