remove 'failboot' from possible boot states
[bootmanager.git] / source / steps / __init__.py
index 912c6ff..0f90a20 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python
 
 # Copyright (c) 2003 Intel Corporation
 # All rights reserved.
@@ -16,6 +16,7 @@ __all__ = ["ReadNodeConfiguration",
            "GetAndUpdateNodeDetails",
            "ConfirmInstallWithUser",
            "UpdateBootStateWithPLC",
+           "UpdateRunLevelWithPLC",
            "CheckHardwareRequirements",
            "SendHardwareConfigToPLC",
            "InitializeBootManager",
@@ -24,12 +25,12 @@ __all__ = ["ReadNodeConfiguration",
            "ChainBootNode",
            "ValidateNodeInstall",
            "StartDebug",
-           "InstallBootstrapRPM",
-           "InstallBuildVServer",
+           "StartRunlevelAgent",
+           "InstallBootstrapFS",
            "InstallInit",
-           "InstallNodeInit",
            "InstallPartitionDisks",
            "InstallUninitHardware",
            "InstallWriteConfig",
+           "MakeInitrd",
            "WriteNetworkConfig",
            "WriteModprobeConfig"]