From: Barış Metin Date: Fri, 30 Jul 2010 10:27:04 +0000 (+0200) Subject: fix typo X-Git-Tag: bootmanager-5.0-9~1 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=dfc151811588a667063febc42db9d1f610bb049f fix typo --- diff --git a/source/steps/ValidateNodeInstall.py b/source/steps/ValidateNodeInstall.py index 07e3cef..4b0761d 100644 --- a/source/steps/ValidateNodeInstall.py +++ b/source/steps/ValidateNodeInstall.py @@ -103,7 +103,7 @@ def Run( vars, log ): return -1 else: # disable time/count based filesystems checks - utils.sysexec_noerr( "tune2fs -c -1 -i 0 %s" PARTITIONS[filesystem], log) + utils.sysexec_noerr( "tune2fs -c -1 -i 0 %s" % PARTITIONS[filesystem], log) try: # then attempt to mount them