X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2F__init__.py;h=0f90a205a13105c6ffbddaa6d59b6115633c5df7;hb=4eea76a0545774fae808b29d94227be100872bf7;hp=96ab4c6439c45147d5a6ed83ea3234e6c4b41a69;hpb=b428c6ae99d920a6d9f40228be5106398c3d5598;p=bootmanager.git diff --git a/source/steps/__init__.py b/source/steps/__init__.py index 96ab4c6..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,7 +25,8 @@ __all__ = ["ReadNodeConfiguration", "ChainBootNode", "ValidateNodeInstall", "StartDebug", - "InstallBootstrapRPM", + "StartRunlevelAgent", + "InstallBootstrapFS", "InstallInit", "InstallPartitionDisks", "InstallUninitHardware",