X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2F__init__.py;h=45b1dbf4b95fc25d5387bc97ec7dc45f542a3006;hb=6dbdbad233ca8770d2f9913c161a3da3f7b8130d;hp=96ab4c6439c45147d5a6ed83ea3234e6c4b41a69;hpb=b428c6ae99d920a6d9f40228be5106398c3d5598;p=bootmanager.git diff --git a/source/steps/__init__.py b/source/steps/__init__.py index 96ab4c6..45b1dbf 100644 --- a/source/steps/__init__.py +++ b/source/steps/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/python2 - +# # Copyright (c) 2003 Intel Corporation # All rights reserved. # @@ -16,6 +16,8 @@ __all__ = ["ReadNodeConfiguration", "GetAndUpdateNodeDetails", "ConfirmInstallWithUser", "UpdateBootStateWithPLC", + "UpdateLastBootOnce", + "UpdateRunLevelWithPLC", "CheckHardwareRequirements", "SendHardwareConfigToPLC", "InitializeBootManager", @@ -24,11 +26,14 @@ __all__ = ["ReadNodeConfiguration", "ChainBootNode", "ValidateNodeInstall", "StartDebug", - "InstallBootstrapRPM", + "StartRunlevelAgent", + "StopRunlevelAgent", + "InstallBootstrapFS", "InstallInit", "InstallPartitionDisks", "InstallUninitHardware", "InstallWriteConfig", "MakeInitrd", "WriteNetworkConfig", - "WriteModprobeConfig"] + "WriteModprobeConfig", + "AnsibleHook"]