- restore the InstallBase step, which will be skipped if the new
authorMark Huang <mlhuang@cs.princeton.edu>
Thu, 22 Sep 2005 22:24:28 +0000 (22:24 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Thu, 22 Sep 2005 22:24:28 +0000 (22:24 +0000)
  all-inclusive PlanetLab-Bootstrap.tar.bz2 is unpacked

source/BootManager.py

index 517fb43..8f952b4 100755 (executable)
@@ -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 )