From: Thierry Parmentelat Date: Tue, 28 Apr 2015 08:47:30 +0000 (+0200) Subject: oops X-Git-Tag: bootmanager-5.3-1~26 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=dc3cb94e8f8e9f78bc6b941515bbea0179023e76 oops --- 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: