X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FValidateNodeInstall.py;h=4b0761d299751e6350d499a53425bfc1e93d1e22;hb=dfc151811588a667063febc42db9d1f610bb049f;hp=07e3cef356fd3e58d99c1e0db3f305f93c9e6776;hpb=cc420fa0147d16553c1d9f04df8bdaad8a2ce485;p=bootmanager.git 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