Add Runlevelagent to BM. Add UpdateLastBootOnce() to record last_* in DB.
[bootmanager.git] / source / steps / __init__.py
index d46c3e9..bfef9bc 100644 (file)
@@ -16,6 +16,7 @@ __all__ = ["ReadNodeConfiguration",
            "GetAndUpdateNodeDetails",
            "ConfirmInstallWithUser",
            "UpdateBootStateWithPLC",
+           "UpdateLastBootOnce",
            "UpdateRunLevelWithPLC",
            "CheckHardwareRequirements",
            "SendHardwareConfigToPLC",
@@ -26,6 +27,7 @@ __all__ = ["ReadNodeConfiguration",
            "ValidateNodeInstall",
            "StartDebug",
            "StartRunlevelAgent",
+           "StopRunlevelAgent",
            "InstallBootstrapFS",
            "InstallInit",
            "InstallPartitionDisks",