X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2F__init__.py;h=d5f3912f86fd27fb0197fc52559567a374980e6e;hb=ce5f6ae6602b6bfcd8739399b00f7728d41f4f38;hp=2a7a663ea49a2b6419540c2e2714d2c948591313;hpb=7ab7e9dd797333a9fdc8604554e16e192a32144d;p=bootmanager.git diff --git a/source/steps/__init__.py b/source/steps/__init__.py index 2a7a663..d5f3912 100644 --- a/source/steps/__init__.py +++ b/source/steps/__init__.py @@ -1,3 +1,15 @@ +#!/usr/bin/python +# +# $Id$ +# $URL$ +# +# 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 """ @@ -7,6 +19,7 @@ __all__ = ["ReadNodeConfiguration", "GetAndUpdateNodeDetails", "ConfirmInstallWithUser", "UpdateBootStateWithPLC", + "UpdateRunLevelWithPLC", "CheckHardwareRequirements", "SendHardwareConfigToPLC", "InitializeBootManager", @@ -15,11 +28,12 @@ __all__ = ["ReadNodeConfiguration", "ChainBootNode", "ValidateNodeInstall", "StartDebug", - "InstallBootstrapRPM", - "InstallBuildVServer", + "StartRunlevelAgent", + "InstallBootstrapFS", "InstallInit", - "InstallBase", - "InstallNodeInit", "InstallPartitionDisks", "InstallUninitHardware", - "InstallWriteConfig"] + "InstallWriteConfig", + "MakeInitrd", + "WriteNetworkConfig", + "WriteModprobeConfig"]