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

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 25 15:40:23 CET 2007


Author: kevin
Date: Thu Jan 25 15:40:15 2007
New Revision: 12371

URL: http://svn.erp5.org?rev=12371&view=rev
Log:
Launch oood after X.org

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=12371&r1=12370&r2=12371&view=diff
==============================================================================
--- umigumi/trunk/config/erp5_cd.py (original)
+++ umigumi/trunk/config/erp5_cd.py Thu Jan 25 15:40:15 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-build14'
+version = '1.0rc11-build15'
 
 ### Kernels
 # TODO: generate both 32bit and 64bit version of the liveCD.
@@ -94,7 +94,16 @@
   # Start dm later.
   # This will give erp5cdtool service the time to do its 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/S99dm'
+  , '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'
 
   # 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'
@@ -214,7 +223,7 @@
 , 'rpmdrake'
 # Filesystem stuffs
 , 'parted'
-, 'xfsprogs' , 'nfs-utils', 'ntfsprogs'
+, 'xfsprogs', 'nfs-utils', 'ntfsprogs'
 , 'mdadm'
 # Themes
 , 'bootsplash'




More information about the Erp5-report mailing list