diff options
-rw-r--r-- | scripts/lib/wic/partition.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py index 66e61ba70c..8731238337 100644 --- a/scripts/lib/wic/partition.py +++ b/scripts/lib/wic/partition.py | |||
@@ -202,7 +202,7 @@ class Partition(): | |||
202 | Prepare content for a rootfs partition i.e. create a partition | 202 | Prepare content for a rootfs partition i.e. create a partition |
203 | and fill it from a /rootfs dir. | 203 | and fill it from a /rootfs dir. |
204 | 204 | ||
205 | Currently handles ext2/3/4, btrfs and vfat. | 205 | Currently handles ext2/3/4, btrfs, vfat and squashfs. |
206 | """ | 206 | """ |
207 | p_prefix = os.environ.get("PSEUDO_PREFIX", "%s/usr" % native_sysroot) | 207 | p_prefix = os.environ.get("PSEUDO_PREFIX", "%s/usr" % native_sysroot) |
208 | p_localstatedir = os.environ.get("PSEUDO_LOCALSTATEDIR", | 208 | p_localstatedir = os.environ.get("PSEUDO_LOCALSTATEDIR", |
@@ -275,8 +275,6 @@ class Partition(): | |||
275 | native_sysroot, pseudo): | 275 | native_sysroot, pseudo): |
276 | """ | 276 | """ |
277 | Prepare content for a btrfs rootfs partition. | 277 | Prepare content for a btrfs rootfs partition. |
278 | |||
279 | Currently handles ext2/3/4 and btrfs. | ||
280 | """ | 278 | """ |
281 | du_cmd = "du -ks %s" % rootfs_dir | 279 | du_cmd = "du -ks %s" % rootfs_dir |
282 | out = exec_cmd(du_cmd) | 280 | out = exec_cmd(du_cmd) |