X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2F__init__.py;h=bfef9bcf024a9ce45f7b5265325a604c1319d535;hb=7b5214d6358e7aa2599abf78e455dcd0cd96cf96;hp=a9ca03d7c339526753d49741d03b3dc485d20d5d;hpb=86fe59b6cfbf1e9e642ae6d425e06f55a9653072;p=bootmanager.git diff --git a/source/steps/__init__.py b/source/steps/__init__.py index a9ca03d..bfef9bc 100644 --- a/source/steps/__init__.py +++ b/source/steps/__init__.py @@ -1,3 +1,12 @@ +#!/usr/bin/python +# +# 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 +16,8 @@ __all__ = ["ReadNodeConfiguration", "GetAndUpdateNodeDetails", "ConfirmInstallWithUser", "UpdateBootStateWithPLC", + "UpdateLastBootOnce", + "UpdateRunLevelWithPLC", "CheckHardwareRequirements", "SendHardwareConfigToPLC", "InitializeBootManager", @@ -15,10 +26,13 @@ __all__ = ["ReadNodeConfiguration", "ChainBootNode", "ValidateNodeInstall", "StartDebug", - "InstallBootstrapRPM", - "InstallBuildVServer", + "StartRunlevelAgent", + "StopRunlevelAgent", + "InstallBootstrapFS", "InstallInit", - "InstallNodeInit", "InstallPartitionDisks", "InstallUninitHardware", - "InstallWriteConfig"] + "InstallWriteConfig", + "MakeInitrd", + "WriteNetworkConfig", + "WriteModprobeConfig"]