[oe-commits] Tom Zanussi : wic: Add documentation for --fsoptions

git at git.openembedded.org git at git.openembedded.org
Sat Aug 2 08:57:00 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: e2d87ad57f8aa74e748ba95f6a801a2ca665ecc4
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e2d87ad57f8aa74e748ba95f6a801a2ca665ecc4

Author: Tom Zanussi <tom.zanussi at linux.intel.com>
Date:   Tue Jul 29 12:48:09 2014 -0500

wic: Add documentation for --fsoptions

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

Signed-off-by: Tom Zanussi <tom.zanussi at linux.intel.com>
Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 scripts/lib/image/help.py | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py
index 913947c..6d613e2 100644
--- a/scripts/lib/image/help.py
+++ b/scripts/lib/image/help.py
@@ -721,6 +721,13 @@ DESCRIPTION
              btrfs
              swap
 
+         --fsoptions: Specifies a free-form string of options to be
+                      used when mounting the filesystem. This string
+                      will be copied into the /etc/fstab file of the
+                      installed system and should be enclosed in
+                      quotes.  If not specified, the default string is
+                      "defaults".
+
          --label label: Specifies the label to give to the filesystem
                         to be made on the partition. If the given
                         label is already in use by another filesystem,



More information about the Openembedded-commits mailing list