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-03-31 12:12:23 +0100 |
commit | ab7f2a77e124d8859002619e7ba3117e8a165df7 (patch) | |
tree | 1c22a1fb1ba65d09cbd7003f0426287a304a20de /scripts/lib/wic | |
parent | 230452faf151e277bfb2b49526923f8097755b35 (diff) | |
download | openembedded-core-ab7f2a77e124d8859002619e7ba3117e8a165df7.tar.gz openembedded-core-ab7f2a77e124d8859002619e7ba3117e8a165df7.tar.bz2 openembedded-core-ab7f2a77e124d8859002619e7ba3117e8a165df7.zip |
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]
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
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 apply to partitions created using '--source rootfs' (see --source above). Valid values are: + vfat + msdos ext2 ext3 ext4 |