From d62a97ec540641c971c4f140c7f61eacab3f70c7 Mon Sep 17 00:00:00 2001 From: Ed Bartosh Date: Thu, 30 Mar 2017 18:06:02 +0300 Subject: 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 Signed-off-by: Richard Purdie --- scripts/lib/wic/help.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/lib') 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 -- cgit v1.2.3-54-g00ecf