From 4d4aeed78f333c5f01145f25425c72197ace7a71 Mon Sep 17 00:00:00 2001 From: Stephen Soltesz Date: Sat, 10 Jan 2009 02:04:51 +0000 Subject: [PATCH] run ValidateNodeInstall in debug/disabled/diagnose mode to fsck/mount the fs before leaving the system. this is handy for admins who visit the node. --- source/BootManager.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/source/BootManager.py b/source/BootManager.py index 46b5759..838a8a1 100755 --- a/source/BootManager.py +++ b/source/BootManager.py @@ -253,6 +253,8 @@ class BootManager: self.VARS['BOOT_STATE']=state UpdateBootStateWithPLC.Run( self.VARS, self.LOG ) StartDebug.Run( self.VARS, self.LOG ) + # fsck/mount fs if present, and ignore return value if it's not. + ValidateNodeInstall.Run( self.VARS, self.LOG ) def _badstateRun(): # should never happen; log event -- 2.43.0