renaming bootmanager step InstallBootstrapRPM into InstallBootstrapFS
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 9 Mar 2008 16:57:02 +0000 (16:57 +0000)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Sun, 9 Mar 2008 16:57:02 +0000 (16:57 +0000)
source/BootManager.py
source/steps/InstallBootstrapFS.py [moved from source/steps/InstallBootstrapRPM.py with 100% similarity]
source/steps/__init__.py

index 8d4c979..6429af5 100755 (executable)
@@ -213,7 +213,7 @@ class BootManager:
             # runinstaller
             InstallInit.Run( self.VARS, self.LOG )                    
             InstallPartitionDisks.Run( self.VARS, self.LOG )            
-            InstallBootstrapRPM.Run( self.VARS, self.LOG )            
+            InstallBootstrapFS.Run( self.VARS, self.LOG )            
             InstallWriteConfig.Run( self.VARS, self.LOG )
             InstallUninitHardware.Run( self.VARS, self.LOG )
             self.VARS['BOOT_STATE']= 'boot'
index 96ab4c6..e627e1f 100644 (file)
@@ -24,7 +24,7 @@ __all__ = ["ReadNodeConfiguration",
            "ChainBootNode",
            "ValidateNodeInstall",
            "StartDebug",
-           "InstallBootstrapRPM",
+           "InstallBootstrapFS",
            "InstallInit",
            "InstallPartitionDisks",
            "InstallUninitHardware",