Patch to BootManager to implement the proposed run_level
[bootmanager.git] / source / steps / __init__.py
index 912c6ff..82619f0 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python
 
 # Copyright (c) 2003 Intel Corporation
 # All rights reserved.
@@ -24,12 +24,12 @@ __all__ = ["ReadNodeConfiguration",
            "ChainBootNode",
            "ValidateNodeInstall",
            "StartDebug",
-           "InstallBootstrapRPM",
-           "InstallBuildVServer",
+           "StartRunlevelAgent",
+           "InstallBootstrapFS",
            "InstallInit",
-           "InstallNodeInit",
            "InstallPartitionDisks",
            "InstallUninitHardware",
            "InstallWriteConfig",
+           "MakeInitrd",
            "WriteNetworkConfig",
            "WriteModprobeConfig"]