do not check for initrd in Validate, since it is recreated later.
authorStephen Soltesz <soltesz@cs.princeton.edu>
Mon, 10 Aug 2009 17:24:19 +0000 (17:24 +0000)
committerStephen Soltesz <soltesz@cs.princeton.edu>
Mon, 10 Aug 2009 17:24:19 +0000 (17:24 +0000)
commitf319a8525c96631ec3e679994fc7cea5c935a209
tree8a403bdeca8c1a68064332ffe4b0c7b7075d5876
parent6715bc2e91b16ea9ba6a9273037e4ba198ed2c18
do not check for initrd in Validate, since it is recreated later.
catch the error if removing initrd fails in MakeInitrd, since it's about to
recreate it anyway.

In combination this patch avoids the situation where initrd is missing but BM
fails.  Now, if initrd is missing, BM will proceed and recreate it without
error.
source/steps/MakeInitrd.py
source/steps/ValidateNodeInstall.py