also return if fsck fails; it's a bad bad idea to try to mount if fsck has just failed.
[bootmanager.git] / source / steps / ValidateNodeInstall.py
index 393e8f5..ad853b6 100644 (file)
@@ -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