X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2F__init__.py;h=82619f0b5619b15e964215118c129974539b2dda;hb=a724f7d57976ee741c3bc5c813d734e954fff034;hp=e627e1fd4782870b5779f9c4f7a92afafe045714;hpb=519ff34cb0bc42c6922d8ae550d35bb0cc3f564b;p=bootmanager.git diff --git a/source/steps/__init__.py b/source/steps/__init__.py index e627e1f..82619f0 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. @@ -24,6 +24,7 @@ __all__ = ["ReadNodeConfiguration", "ChainBootNode", "ValidateNodeInstall", "StartDebug", + "StartRunlevelAgent", "InstallBootstrapFS", "InstallInit", "InstallPartitionDisks",