shebags mention python2 explicitly
[bootmanager.git] / source / steps / __init__.py
index 96ab4c6..45b1dbf 100644 (file)
@@ -1,5 +1,5 @@
 #!/usr/bin/python2
-
+#
 # Copyright (c) 2003 Intel Corporation
 # All rights reserved.
 #
@@ -16,6 +16,8 @@ __all__ = ["ReadNodeConfiguration",
            "GetAndUpdateNodeDetails",
            "ConfirmInstallWithUser",
            "UpdateBootStateWithPLC",
+           "UpdateLastBootOnce",
+           "UpdateRunLevelWithPLC",
            "CheckHardwareRequirements",
            "SendHardwareConfigToPLC",
            "InitializeBootManager",
@@ -24,11 +26,14 @@ __all__ = ["ReadNodeConfiguration",
            "ChainBootNode",
            "ValidateNodeInstall",
            "StartDebug",
-           "InstallBootstrapRPM",
+           "StartRunlevelAgent",
+           "StopRunlevelAgent",
+           "InstallBootstrapFS",
            "InstallInit",
            "InstallPartitionDisks",
            "InstallUninitHardware",
            "InstallWriteConfig",
            "MakeInitrd",
            "WriteNetworkConfig",
-           "WriteModprobeConfig"]
+           "WriteModprobeConfig",
+           "AnsibleHook"]