diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2017-03-30 18:06:02 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-01 08:14:58 +0100 |
commit | d62a97ec540641c971c4f140c7f61eacab3f70c7 (patch) | |
tree | e6d33bde8e7ddf3c8d04043d1af06f8250ff5707 /scripts/lib/wic | |
parent | 1586663fb3a39ac99214a36bc9f76c380b9daa75 (diff) | |
download | poky-d62a97ec540641c971c4f140c7f61eacab3f70c7.tar.gz |
wic: fix list of supported fstypes in help content
Added vfat and msdos to the list of supported fstypes in
'wic help kickstart' output.
[YOCTO #11137]
(From OE-Core rev: ab7f2a77e124d8859002619e7ba3117e8a165df7)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/wic')
-rw-r--r-- | scripts/lib/wic/help.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/lib/wic/help.py b/scripts/lib/wic/help.py index 148da89e0a..aee2451a72 100644 --- a/scripts/lib/wic/help.py +++ b/scripts/lib/wic/help.py | |||
@@ -687,6 +687,8 @@ DESCRIPTION | |||
687 | apply to partitions created using '--source rootfs' (see | 687 | apply to partitions created using '--source rootfs' (see |
688 | --source above). Valid values are: | 688 | --source above). Valid values are: |
689 | 689 | ||
690 | vfat | ||
691 | msdos | ||
690 | ext2 | 692 | ext2 |
691 | ext3 | 693 | ext3 |
692 | ext4 | 694 | ext4 |