From: Mark Huang Date: Thu, 22 Sep 2005 22:24:28 +0000 (+0000) Subject: - restore the InstallBase step, which will be skipped if the new X-Git-Tag: bootmanager-3_1_9~9 X-Git-Url: http://git.onelab.eu/?p=bootmanager.git;a=commitdiff_plain;h=4656074084289cddbbd04ed2cfdf32ef9cea5132 - restore the InstallBase step, which will be skipped if the new all-inclusive PlanetLab-Bootstrap.tar.bz2 is unpacked --- diff --git a/source/BootManager.py b/source/BootManager.py index 517fb43..8f952b4 100755 --- a/source/BootManager.py +++ b/source/BootManager.py @@ -313,6 +313,7 @@ class BootManager: InstallInit.Run( self.VARS, self.LOG ) InstallPartitionDisks.Run( self.VARS, self.LOG ) InstallBootstrapRPM.Run( self.VARS, self.LOG ) + InstallBase.Run( self.VARS, self.LOG ) InstallWriteConfig.Run( self.VARS, self.LOG ) InstallBuildVServer.Run( self.VARS, self.LOG ) InstallNodeInit.Run( self.VARS, self.LOG )