diff options
-rw-r--r-- | scripts/lib/wic/partition.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/wic/partition.py b/scripts/lib/wic/partition.py index 5edb340c3a..939e66731b 100644 --- a/scripts/lib/wic/partition.py +++ b/scripts/lib/wic/partition.py | |||
@@ -267,7 +267,7 @@ class Partition(): | |||
267 | (self.fstype, extra_imagecmd, rootfs, label_str, rootfs_dir) | 267 | (self.fstype, extra_imagecmd, rootfs, label_str, rootfs_dir) |
268 | exec_native_cmd(mkfs_cmd, native_sysroot, pseudo=pseudo) | 268 | exec_native_cmd(mkfs_cmd, native_sysroot, pseudo=pseudo) |
269 | 269 | ||
270 | mkfs_cmd = "fsck.%s -fy %s" % (self.fstype, rootfs) | 270 | mkfs_cmd = "fsck.%s -pvfD %s" % (self.fstype, rootfs) |
271 | exec_native_cmd(mkfs_cmd, native_sysroot, pseudo=pseudo) | 271 | exec_native_cmd(mkfs_cmd, native_sysroot, pseudo=pseudo) |
272 | 272 | ||
273 | def prepare_rootfs_btrfs(self, rootfs, oe_builddir, rootfs_dir, | 273 | def prepare_rootfs_btrfs(self, rootfs, oe_builddir, rootfs_dir, |