Detangled steps. No step makes calls into another step.
[bootmanager.git] / source / steps / __init__.py
index a9ca03d..912c6ff 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
 """
@@ -21,4 +30,6 @@ __all__ = ["ReadNodeConfiguration",
            "InstallNodeInit",
            "InstallPartitionDisks",
            "InstallUninitHardware",
-           "InstallWriteConfig"]
+           "InstallWriteConfig",
+           "WriteNetworkConfig",
+           "WriteModprobeConfig"]