diff --git a/buildout/profiles/official.cfg b/buildout/profiles/official.cfg
index 7f41d01267a2ef7d2052546b18b0a5af3ef17d07..44061364c9af77370fee9472b90bfd864b01179b 100644
--- a/buildout/profiles/official.cfg
+++ b/buildout/profiles/official.cfg
@@ -36,6 +36,7 @@ parts =
   cmf15
   itools
   pythonbin2.4
+  bootstrap2.4
   mysql-python
   products-deps
   products-erp5
@@ -44,6 +45,14 @@ parts =
   openoffice-bin
   oood
 
+[bootstrap2.4]
+recipe = zc.recipe.egg
+eggs = zc.buildout
+python = python2.4
+scripts =
+    buildout=bootstrap2.4
+arguments = ["bootstrap"]
+
 [show-requirements]
 recipe = plone.recipe.command
 command =