X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=source%2Fsteps%2F__init__.py;h=d5f3912f86fd27fb0197fc52559567a374980e6e;hb=ce5f6ae6602b6bfcd8739399b00f7728d41f4f38;hp=a9ca03d7c339526753d49741d03b3dc485d20d5d;hpb=86fe59b6cfbf1e9e642ae6d425e06f55a9653072;p=bootmanager.git diff --git a/source/steps/__init__.py b/source/steps/__init__.py index a9ca03d..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,10 +28,12 @@ __all__ = ["ReadNodeConfiguration", "ChainBootNode", "ValidateNodeInstall", "StartDebug", - "InstallBootstrapRPM", - "InstallBuildVServer", + "StartRunlevelAgent", + "InstallBootstrapFS", "InstallInit", - "InstallNodeInit", "InstallPartitionDisks", "InstallUninitHardware", - "InstallWriteConfig"] + "InstallWriteConfig", + "MakeInitrd", + "WriteNetworkConfig", + "WriteModprobeConfig"]