diff options
author | Tom Zanussi <tom.zanussi@linux.intel.com> | 2014-07-29 12:53:48 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-02 09:26:13 +0100 |
commit | b7528a4bc161c88564917db53aad273f212f111e (patch) | |
tree | 10e5a49f7e728d9df1299a778b6a4ba3f5256234 /scripts | |
parent | dcf7d981a20835e54c8bbeee44407e440c09a5ba (diff) | |
download | poky-b7528a4bc161c88564917db53aad273f212f111e.tar.gz |
wic: Add squashfs to --fstypes documentation
squashfs support was recently added to wic, so document it.
(From OE-Core rev: c04043e143932fe2ea38f87d2faa8beed007671b)
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')
-rw-r--r-- | scripts/lib/image/help.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/lib/image/help.py b/scripts/lib/image/help.py index 6d613e260f..b833459aa0 100644 --- a/scripts/lib/image/help.py +++ b/scripts/lib/image/help.py | |||
@@ -719,6 +719,7 @@ DESCRIPTION | |||
719 | ext3 | 719 | ext3 |
720 | ext4 | 720 | ext4 |
721 | btrfs | 721 | btrfs |
722 | squashfs | ||
722 | swap | 723 | swap |
723 | 724 | ||
724 | --fsoptions: Specifies a free-form string of options to be | 725 | --fsoptions: Specifies a free-form string of options to be |