always regenerate initrd before booting in case hardware changes or new kernel is...
[bootmanager.git] / source / steps / __init__.py
index 2a7a663..16550f3 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,10 @@ __all__ = ["ReadNodeConfiguration",
            "InstallBootstrapRPM",
            "InstallBuildVServer",
            "InstallInit",
-           "InstallBase",
            "InstallNodeInit",
            "InstallPartitionDisks",
            "InstallUninitHardware",
-           "InstallWriteConfig"]
+           "InstallWriteConfig",
+           "MakeInitrd",
+           "WriteNetworkConfig",
+           "WriteModprobeConfig"]