From: Stephen Soltesz Date: Sat, 10 Jan 2009 02:04:51 +0000 (+0000) Subject: run ValidateNodeInstall in debug/disabled/diagnose mode to fsck/mount the fs X-Git-Tag: BootManager-4.3-2~4 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=4d4aeed78f333c5f01145f25425c72197ace7a71 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. --- 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