syntax problem; node boot process was failing here
authorAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Wed, 12 Aug 2009 08:42:08 +0000 (08:42 +0000)
committerAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Wed, 12 Aug 2009 08:42:08 +0000 (08:42 +0000)
source/steps/MakeInitrd.py

index bf1ba95..576a679 100644 (file)
@@ -70,7 +70,7 @@ def Run( vars, log ):
     try:
         utils.removefile( "%s/boot/%s" % (SYSIMG_PATH, initrd) )
     except:
-        print "%s/boot/%s is already removed" % (SYSIMG_PATH, initrd) )
+        print "%s/boot/%s is already removed" % (SYSIMG_PATH, initrd)
 
     # hack for CentOS 5.3
     bypassRaidIfNeeded(SYSIMG_PATH)