]> code.ossystems Code Review - openembedded-core.git/commitdiff
wic: Add documentation for --fsoptions
authorTom Zanussi <tom.zanussi@linux.intel.com>
Tue, 29 Jul 2014 17:48:09 +0000 (12:48 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 2 Aug 2014 08:21:13 +0000 (09:21 +0100)
--fsoptions support was recently added to wic, so document it.

Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/lib/image/help.py

index 913947ca00988c60f37ae0f1018028350a70aa49..6d613e260f497f4dcfe3354c34daa0102a835b19 100644 (file)
@@ -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,