X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2F__init__.py;h=bfef9bcf024a9ce45f7b5265325a604c1319d535;hb=7b5214d6358e7aa2599abf78e455dcd0cd96cf96;hp=d46c3e9d825278be4120034b58108fcd2b84038f;hpb=a0d22ecfe8b0fd6fd7b2363048919b6f0cdaa2ad;p=bootmanager.git diff --git a/source/steps/__init__.py b/source/steps/__init__.py index d46c3e9..bfef9bc 100644 --- a/source/steps/__init__.py +++ b/source/steps/__init__.py @@ -16,6 +16,7 @@ __all__ = ["ReadNodeConfiguration", "GetAndUpdateNodeDetails", "ConfirmInstallWithUser", "UpdateBootStateWithPLC", + "UpdateLastBootOnce", "UpdateRunLevelWithPLC", "CheckHardwareRequirements", "SendHardwareConfigToPLC", @@ -26,6 +27,7 @@ __all__ = ["ReadNodeConfiguration", "ValidateNodeInstall", "StartDebug", "StartRunlevelAgent", + "StopRunlevelAgent", "InstallBootstrapFS", "InstallInit", "InstallPartitionDisks",