X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FValidateNodeInstall.py;h=1f106168f527d837619a78e7a275cee3f41b113a;hb=5a363068de193375fe2c629ceb7149c45773d8ca;hp=ae3247595b73521aff6591f35e45598ec74c9f0c;hpb=d2a68fb4fb96b6f0546a82a36c5a99374a96fd0b;p=bootmanager.git diff --git a/source/steps/ValidateNodeInstall.py b/source/steps/ValidateNodeInstall.py index ae32475..1f10616 100644 --- a/source/steps/ValidateNodeInstall.py +++ b/source/steps/ValidateNodeInstall.py @@ -100,7 +100,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