X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=source%2Fsteps%2FInstallBootstrapRPM.py;h=e30ae8f4b02f9ebe1a96daa0d215f5cd12c7dd42;hb=787d1676b2f904c3f3493baf2fc737929078ac4c;hp=86d935d8b61937c7818b114650f7e719243bf9a9;hpb=85d45672616cfc74e9d483455a371ba3f7c33517;p=bootmanager.git diff --git a/source/steps/InstallBootstrapRPM.py b/source/steps/InstallBootstrapRPM.py index 86d935d..e30ae8f 100644 --- a/source/steps/InstallBootstrapRPM.py +++ b/source/steps/InstallBootstrapRPM.py @@ -126,7 +126,7 @@ def Run( vars, log ): # download and extract support tarball for # this step, which has everything # we need to successfully run - step_support_file= "alpina-BootstrapRPM.tar.bz2" + step_support_file= "PlanetLab-Bootstrap.tar.bz2" source_file= "%s/%s" % (SUPPORT_FILE_DIR,step_support_file) dest_file= "%s/%s" % (SYSIMG_PATH, step_support_file)