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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jan 29 13:41:49 CET 2007


Author: kevin
Date: Mon Jan 29 13:41:46 2007
New Revision: 12426

URL: http://svn.erp5.org?rev=12426&view=rev
Log:
New build with oood starting before dm

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=12426&r1=12425&r2=12426&view=diff
==============================================================================
--- umigumi/trunk/config/erp5_cd.py (original)
+++ umigumi/trunk/config/erp5_cd.py Mon Jan 29 13:41:46 2007
@@ -25,7 +25,7 @@
 # Metadatas
 description = """ERP5 LiveCD demonstrates the power of the Open Source ERP Software, ERP5."""
 canonical_name = 'ERP5 LiveCD'
-version = '1.0rc11-build17'
+version = '1.0rc11-build18'
 
 ### Kernels
 # TODO: generate both 32bit and 64bit version of the liveCD.
@@ -92,18 +92,9 @@
   , 'ln -sf /etc/kde /usr/share/config'
 
   # Start dm later.
-  # This will give erp5cdtool service the time to do its job without being disturbed.
+  # This will give erp5cdtool and oood service the time to do their job without being disturbed.
   , 'rm -f /etc/rc.d/rc5.d/S30dm'
-  , 'ln -sn /etc/rc.d/init.d/dm /etc/rc.d/rc5.d/S98dm'
-  # Try to launch oood before X
-  , 'rm -f /etc/rc.d/rc2.d/S29oood'
-  , 'rm -f /etc/rc.d/rc3.d/S29oood'
-  , 'rm -f /etc/rc.d/rc4.d/S29oood'
-  , 'rm -f /etc/rc.d/rc5.d/S29oood'
-  , 'ln -sn /etc/rc.d/init.d/oood /etc/rc.d/rc2.d/S99oood'
-  , 'ln -sn /etc/rc.d/init.d/oood /etc/rc.d/rc3.d/S99oood'
-  , 'ln -sn /etc/rc.d/init.d/oood /etc/rc.d/rc4.d/S99oood'
-  , 'ln -sn /etc/rc.d/init.d/oood /etc/rc.d/rc5.d/S99oood'
+  , 'ln -sn /etc/rc.d/init.d/dm /etc/rc.d/rc5.d/S99dm'
 
   # Better to use sed rather than custom files.
   , 'sed -i -e "s/^Country=.*/Country=us/" -e "s/^Language=.*/Language=en_US:en/" -e "s/^Charset=.*/Charset=iso10646-1/" /etc/kde/kdeglobals'




More information about the Erp5-report mailing list