X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2F__init__.py;h=82619f0b5619b15e964215118c129974539b2dda;hb=c104e28ef76af8984380e3a3d71dced9a1a63386;hp=16550f304bcb02a8c5e250770053f6fd8f0bbc96;hpb=4f1b3d9bc49b809f93defaf7996f920089bcdc48;p=bootmanager.git diff --git a/source/steps/__init__.py b/source/steps/__init__.py index 16550f3..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,10 +24,9 @@ __all__ = ["ReadNodeConfiguration", "ChainBootNode", "ValidateNodeInstall", "StartDebug", - "InstallBootstrapRPM", - "InstallBuildVServer", + "StartRunlevelAgent", + "InstallBootstrapFS", "InstallInit", - "InstallNodeInit", "InstallPartitionDisks", "InstallUninitHardware", "InstallWriteConfig",