From: S.Çağlar Onur Date: Fri, 30 Jul 2010 14:20:50 +0000 (-0400) Subject: fix other typo X-Git-Tag: bootmanager-4.3-18~2 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=cd3c345d82f6920dc01d1a2a00b8ef9ea76fc5dc fix other typo --- diff --git a/source/steps/InstallPartitionDisks.py b/source/steps/InstallPartitionDisks.py index 6eb6f93..95345cc 100644 --- a/source/steps/InstallPartitionDisks.py +++ b/source/steps/InstallPartitionDisks.py @@ -162,7 +162,7 @@ def Run( vars, log ): # disable time/count based filesystems checks for filesystem in ("root","vservers"): - utils.sysexec_noerr( "tune2fs -c -1 -i 0 %s" PARTITIONS[filesystem], log) + utils.sysexec_noerr( "tune2fs -c -1 -i 0 %s" % PARTITIONS[filesystem], log) # save the list of block devices in the log log.write( "Block devices used (in lvm): %s\n" % repr(used_devices))