X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2F__init__.py;h=0f90a205a13105c6ffbddaa6d59b6115633c5df7;hb=4eea76a0545774fae808b29d94227be100872bf7;hp=912c6ffd70bdfe04f3952af2267df98c930fcde5;hpb=ae73c450bffe036dccf37e8d96a4b655c3cd900e;p=bootmanager.git diff --git a/source/steps/__init__.py b/source/steps/__init__.py index 912c6ff..0f90a20 100644 --- a/source/steps/__init__.py +++ b/source/steps/__init__.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2 +#!/usr/bin/python # Copyright (c) 2003 Intel Corporation # All rights reserved. @@ -16,6 +16,7 @@ __all__ = ["ReadNodeConfiguration", "GetAndUpdateNodeDetails", "ConfirmInstallWithUser", "UpdateBootStateWithPLC", + "UpdateRunLevelWithPLC", "CheckHardwareRequirements", "SendHardwareConfigToPLC", "InitializeBootManager", @@ -24,12 +25,12 @@ __all__ = ["ReadNodeConfiguration", "ChainBootNode", "ValidateNodeInstall", "StartDebug", - "InstallBootstrapRPM", - "InstallBuildVServer", + "StartRunlevelAgent", + "InstallBootstrapFS", "InstallInit", - "InstallNodeInit", "InstallPartitionDisks", "InstallUninitHardware", "InstallWriteConfig", + "MakeInitrd", "WriteNetworkConfig", "WriteModprobeConfig"]