[Erp5-report] r11284 - /umigumi/trunk/config/erp5_cd.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 14 10:32:50 CET 2006


Author: kevin
Date: Tue Nov 14 10:32:49 2006
New Revision: 11284

URL: http://svn.erp5.org?rev=11284&view=rev
Log:
memcached is an optionnal dependency of ERP5Type

Modified:
    umigumi/trunk/config/erp5_cd.py

Modified: umigumi/trunk/config/erp5_cd.py
URL: http://svn.erp5.org/umigumi/trunk/config/erp5_cd.py?rev=11284&r1=11283&r2=11284&view=diff
==============================================================================
--- umigumi/trunk/config/erp5_cd.py (original)
+++ umigumi/trunk/config/erp5_cd.py Tue Nov 14 10:32:49 2006
@@ -28,16 +28,17 @@
 version = '1.0rc11-build08'
 
 ### Kernels
+# TODO: generate both 32bit and 64bit version of the liveCD.
+
 # Use 'smp' kernel flavour for servers
-# kernel = 'smp-2.6.12.18nxd'
+# kernel = 'smp-2.6.12.27nxd'
 
 # Use 'i686-up-4GB' kernel flavour for laptop based on Centrino
-# kernel = 'i686-up-4GB-2.6.12.18nxd'
+# kernel = 'i686-up-4GB-2.6.12.27nxd'
 
 # Use 'i586-up-1GB' kernel flavour for laptop based on Celeron
-# This is the nexedi version of the Mandriva official kernel-i586-up-1GB-2.6.12.15mdk,
+# This is the nexedi version of the Mandriva official kernel-i586-up-1GB-2.6.12.27mdk,
 #   patched to support NTFS Read/Write
-
 kernel = 'i586-up-1GB-2.6.12.27nxd'
 
 # Global variables (allow to customize ERP5)
@@ -291,6 +292,7 @@
 , 'python-mechanize-0.1.2'
 #, 'zope-VerboseSecurity'
 #, 'zope-VisualTraceback'
+, 'memcached'
 # Web Frontends
 , 'apache-ssl'
 , 'squid'




More information about the Erp5-report mailing list