From 12272073e5ccfe6e488aae1d58c2ea9b4f7831b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Fri, 30 Jul 2010 10:20:50 -0400 Subject: [PATCH] fix other typo --- 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 893f279..65b7fc6 100644 --- a/source/steps/InstallPartitionDisks.py +++ b/source/steps/InstallPartitionDisks.py @@ -165,7 +165,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)) -- 2.43.0