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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue May 2 14:20:41 CEST 2006


Author: kevin
Date: Tue May  2 14:20:33 2006
New Revision: 7024

URL: http://svn.erp5.org?rev=7024&view=rev
Log:
Add mysql management tools
Add udev explicitly
Force dbus start

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=7024&r1=7023&r2=7024&view=diff
==============================================================================
--- umigumi/trunk/config/erp5_cd.py (original)
+++ umigumi/trunk/config/erp5_cd.py Tue May  2 14:20:33 2006
@@ -25,7 +25,7 @@
 # Metadatas
 description = """ERP5 LiveCD demonstrates the power of the Open Source ERP Software, ERP5."""
 canonical_name = 'ERP5 LiveCD'
-version = '1.0rc9-build-01'
+version = '1.0rc9-build-02'
 
 ### Kernels
 # Use 'smp' kernel flavour for servers
@@ -171,6 +171,7 @@
 # Hardware
 , 'hdparm'
 , 'lshw'
+, 'udev'
 , 'hal'
 , 'dbus'
 , 'libdbus-1_0'
@@ -265,7 +266,7 @@
 # , 'dictd', 'dictd-client', 'dictd-server'
 # Databases
 , 'MySQL-Max'
-, 'mysqlcc'
+, 'mysqlcc', 'mysql-administrator', 'mysql-query-browser'
 # ERP5
 , 'zope-ERP5'
 # ERP5 utils
@@ -467,7 +468,10 @@
   )
 
 # Service to start at boot time
-enabled_service_list = ()
+enabled_service_list = (
+  # Be sure dbus is active (else usb enclosure devices will not be created)
+  , 'dbus'
+  )
 
 # Add necessary shell command to manage init script
 service_dict = { "on" : enabled_service_list




More information about the Erp5-report mailing list