diff options
author | Maciej Borzecki <maciej.borzecki@open-rnd.pl> | 2014-09-22 13:35:13 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-23 20:35:55 +0100 |
commit | c94d8e93dbbee41a44d028f36b4b1804966076f9 (patch) | |
tree | a15cdf1e2f4b00d82cba642fa3d1463378268745 /scripts | |
parent | 2cbab459e471abbddba8badc64805e7226e864be (diff) | |
download | poky-c94d8e93dbbee41a44d028f36b4b1804966076f9.tar.gz |
wic: minor comment update
Update comment about types of generated partition images.
(From OE-Core rev: ba1503f77e0c03fe6c715b61983008b7a534ae20)
Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
Signed-off-by: Maciek Borzecki <maciek.borzecki@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/lib/wic/kickstart/custom_commands/partition.py | 2 |
1 files changed, 1 insertions, 1 deletions
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): | |||
184 | Prepare content for a rootfs partition i.e. create a partition | 184 | Prepare content for a rootfs partition i.e. create a partition |
185 | and fill it from a /rootfs dir. | 185 | and fill it from a /rootfs dir. |
186 | 186 | ||
187 | Currently handles ext2/3/4 and btrfs. | 187 | Currently handles ext2/3/4, btrfs and vfat. |
188 | """ | 188 | """ |
189 | pseudo = "export PSEUDO_PREFIX=%s/usr;" % native_sysroot | 189 | pseudo = "export PSEUDO_PREFIX=%s/usr;" % native_sysroot |
190 | pseudo += "export PSEUDO_LOCALSTATEDIR=%s/../pseudo;" % rootfs_dir | 190 | pseudo += "export PSEUDO_LOCALSTATEDIR=%s/../pseudo;" % rootfs_dir |