diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-07-29 12:48:09 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-02 09:26:13 +0100 |
commit | dcf7d981a20835e54c8bbeee44407e440c09a5ba (patch) | |
tree | 32410c47557a45b2d22dee925cfcc5fc5ee2ee8f /scripts/lib/image | |
parent | 3e237b177b381c8f5c426432334249c64ceda589 (diff) | |
download | poky-dcf7d981a20835e54c8bbeee44407e440c09a5ba.tar.gz |
wic: Add documentation for --fsoptions
--fsoptions support was recently added to wic, so document it.
(From OE-Core rev: e2d87ad57f8aa74e748ba95f6a801a2ca665ecc4)
Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/image')
-rw-r--r-- | scripts/lib/image/help.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index 913947ca00..6d613e260f 100644 --- a/scripts/lib/image/help.py +++ b/scripts/lib/image/help.py | |||
@@ -721,6 +721,13 @@ DESCRIPTION | |||
721 | btrfs | 721 | btrfs |
722 | swap | 722 | swap |
723 | 723 | ||
724 | --fsoptions: Specifies a free-form string of options to be | ||
725 | used when mounting the filesystem. This string | ||
726 | will be copied into the /etc/fstab file of the | ||
727 | installed system and should be enclosed in | ||
728 | quotes. If not specified, the default string is | ||
729 | "defaults". | ||
730 | |||
724 | --label label: Specifies the label to give to the filesystem | 731 | --label label: Specifies the label to give to the filesystem |
725 | to be made on the partition. If the given | 732 | to be made on the partition. If the given |
726 | label is already in use by another filesystem, | 733 | label is already in use by another filesystem, |