X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=source%2Fsteps%2FMakeInitrd.py;h=576a67938d1d9b4dc5741c5b1a2cb07a9defb961;hb=fd9c3f87f4ce4f3881ecab5168284bed611fe8a4;hp=bf1ba95a04e8bfd12901f9beec7ecac04b4a9a25;hpb=f75efa5655c438f273aa8842538dad8e135c277e;p=bootmanager.git 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)