From: Anil-Kumar Vengalil Date: Wed, 12 Aug 2009 08:42:08 +0000 (+0000) Subject: syntax problem; node boot process was failing here X-Git-Tag: BootManager-4.3-11~3 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=fd9c3f87f4ce4f3881ecab5168284bed611fe8a4;p=bootmanager.git syntax problem; node boot process was failing here --- diff --git a/source/steps/MakeInitrd.py b/source/steps/MakeInitrd.py index bf1ba95..576a679 100644 --- a/source/steps/MakeInitrd.py +++ b/source/steps/MakeInitrd.py @@ -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)