summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/lib/mic/kickstart/custom_commands/partition.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/mic/kickstart/custom_commands/partition.py b/scripts/lib/mic/kickstart/custom_commands/partition.py
index e0a82f58f6..e15150b657 100644
--- a/scripts/lib/mic/kickstart/custom_commands/partition.py
+++ b/scripts/lib/mic/kickstart/custom_commands/partition.py
@@ -200,7 +200,7 @@ class Wic_PartData(Mic_PartData):
200 200
201 mkfs_cmd = "mkfs.%s -F %s %s -d %s" % \ 201 mkfs_cmd = "mkfs.%s -F %s %s -d %s" % \
202 (self.fstype, extra_imagecmd, rootfs, image_rootfs) 202 (self.fstype, extra_imagecmd, rootfs, image_rootfs)
203 rc, out = exec_native_cmd(mkfs_cmd, native_sysroot) 203 rc, out = exec_native_cmd(pseudo + mkfs_cmd, native_sysroot)
204 204
205 205
206 # get the rootfs size in the right units for kickstart (Mb) 206 # get the rootfs size in the right units for kickstart (Mb)