remove useless InstallNodeInit step
[bootmanager.git] / source / steps / __init__.py
index 2a7a663..a420a7a 100644 (file)
@@ -1,3 +1,12 @@
+#!/usr/bin/python2
+
+# 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
 """
@@ -18,8 +27,9 @@ __all__ = ["ReadNodeConfiguration",
            "InstallBootstrapRPM",
            "InstallBuildVServer",
            "InstallInit",
-           "InstallBase",
-           "InstallNodeInit",
            "InstallPartitionDisks",
            "InstallUninitHardware",
-           "InstallWriteConfig"]
+           "InstallWriteConfig",
+           "MakeInitrd",
+           "WriteNetworkConfig",
+           "WriteModprobeConfig"]