From dc3cb94e8f8e9f78bc6b941515bbea0179023e76 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Tue, 28 Apr 2015 10:47:30 +0200 Subject: [PATCH] oops --- source/steps/InstallPartitionDisks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/steps/InstallPartitionDisks.py b/source/steps/InstallPartitionDisks.py index ca86521..73679ae 100644 --- a/source/steps/InstallPartitionDisks.py +++ b/source/steps/InstallPartitionDisks.py @@ -179,7 +179,7 @@ def Run(vars, log): devname = PARTITIONS[fs] if vars['virt'] == 'vs': log.write("formatting {} partition ({}){}.\n".format(fs, devname, txt)) - utils.sysexec("mkfs.ext2 -q {} -m {} -j {}".format(option, rbp, devname)), log) + utils.sysexec("mkfs.ext2 -q {} -m {} -j {}".format(option, rbp, devname), log) # disable time/count based filesystems checks utils.sysexec_noerr("tune2fs -c -1 -i 0 {}".format(devname), log) elif not one_partition: -- 2.43.0