From: Maciej Borzecki Date: Mon, 22 Sep 2014 11:35:13 +0000 (+0200) Subject: wic: minor comment update X-Git-Tag: 2015-4~1509 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=ba1503f77e0c03fe6c715b61983008b7a534ae20;p=openembedded-core.git wic: minor comment update Update comment about types of generated partition images. Signed-off-by: Maciej Borzecki Signed-off-by: Maciek Borzecki Signed-off-by: Richard Purdie --- diff --git a/scripts/lib/wic/kickstart/custom_commands/partition.py b/scripts/lib/wic/kickstart/custom_commands/partition.py index abf3498134..0b021729ef 100644 --- a/scripts/lib/wic/kickstart/custom_commands/partition.py +++ b/scripts/lib/wic/kickstart/custom_commands/partition.py @@ -184,7 +184,7 @@ class Wic_PartData(Mic_PartData): Prepare content for a rootfs partition i.e. create a partition and fill it from a /rootfs dir. - Currently handles ext2/3/4 and btrfs. + Currently handles ext2/3/4, btrfs and vfat. """ pseudo = "export PSEUDO_PREFIX=%s/usr;" % native_sysroot pseudo += "export PSEUDO_LOCALSTATEDIR=%s/../pseudo;" % rootfs_dir