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