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:21:13 +0100 |
commit | c04043e143932fe2ea38f87d2faa8beed007671b (patch) | |
tree | 3a9f56756c0bd790e13e2dd7bed51f757ee07ce4 | |
parent | e2d87ad57f8aa74e748ba95f6a801a2ca665ecc4 (diff) | |
download | openembedded-core-c04043e143932fe2ea38f87d2faa8beed007671b.tar.gz openembedded-core-c04043e143932fe2ea38f87d2faa8beed007671b.tar.bz2 openembedded-core-c04043e143932fe2ea38f87d2faa8beed007671b.zip |
wic: Add squashfs to --fstypes documentation
squashfs 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>
-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 ext3 ext4 btrfs + squashfs swap --fsoptions: Specifies a free-form string of options to be |