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)
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.


No differences found