Patch to BootManager to implement the proposed run_level
[bootmanager.git] / source / steps / __init__.py
index 2a7a663..82619f0 100644 (file)
@@ -1,3 +1,12 @@
+#!/usr/bin/python
+
+# Copyright (c) 2003 Intel Corporation
+# All rights reserved.
+#
+# Copyright (c) 2004-2006 The Trustees of Princeton University
+# All rights reserved.
+
+
 """
 This directory contains individual step classes
 """
@@ -15,11 +24,12 @@ __all__ = ["ReadNodeConfiguration",
            "ChainBootNode",
            "ValidateNodeInstall",
            "StartDebug",
-           "InstallBootstrapRPM",
-           "InstallBuildVServer",
+           "StartRunlevelAgent",
+           "InstallBootstrapFS",
            "InstallInit",
-           "InstallBase",
-           "InstallNodeInit",
            "InstallPartitionDisks",
            "InstallUninitHardware",
-           "InstallWriteConfig"]
+           "InstallWriteConfig",
+           "MakeInitrd",
+           "WriteNetworkConfig",
+           "WriteModprobeConfig"]