#!/usr/bin/python2 # Copyright (c) 2003 Intel Corporation # All rights reserved. # # Copyright (c) 2004-2006 The Trustees of Princeton University # All rights reserved. """ This directory contains individual step classes """ __all__ = ["ReadNodeConfiguration", "AuthenticateWithPLC", "GetAndUpdateNodeDetails", "ConfirmInstallWithUser", "UpdateBootStateWithPLC", "CheckHardwareRequirements", "SendHardwareConfigToPLC", "InitializeBootManager", "UpdateNodeConfiguration", "CheckForNewDisks", "ChainBootNode", "ValidateNodeInstall", "StartDebug", "InstallBootstrapRPM", "InstallBuildVServer", "InstallInit", "InstallPartitionDisks", "InstallUninitHardware", "InstallWriteConfig", "MakeInitrd", "WriteNetworkConfig", "WriteModprobeConfig"]