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