From d47844280d96fd48566dc59716fe09238311f62a Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Wed, 22 Jul 2009 23:44:30 +0000 Subject: [PATCH] also return if fsck fails; it's a bad bad idea to try to mount if fsck has just failed. --- source/steps/ValidateNodeInstall.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source/steps/ValidateNodeInstall.py b/source/steps/ValidateNodeInstall.py index 393e8f5..ad853b6 100644 --- a/source/steps/ValidateNodeInstall.py +++ b/source/steps/ValidateNodeInstall.py @@ -93,6 +93,7 @@ def Run( vars, log ): except BootManagerException, e: log.write( "BootManagerException during fsck of /root and /vservers : %s\n" % str(e) ) + return 0 try: # then attempt to mount them -- 2.43.0