[Erp5-report] r12724 - /umigumi/trunk/config/erp5_cd.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Feb 15 13:52:32 CET 2007
Author: kevin
Date: Thu Feb 15 13:52:29 2007
New Revision: 12724
URL: http://svn.erp5.org?rev=12724&view=rev
Log:
9th build.
Replace apache-ssl and squid by apache 2.x and its mods.
Add p7zip and lzma compression tools.
Replace old mandriva galaxy theme by the brand new Ora theme.
Force erp5cdtool start at boot using generic method.
Fix some comments.
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=12724&r1=12723&r2=12724&view=diff
==============================================================================
--- umigumi/trunk/config/erp5_cd.py (original)
+++ umigumi/trunk/config/erp5_cd.py Thu Feb 15 13:52:29 2007
@@ -25,11 +25,11 @@
# Metadatas
description = """ERP5 LiveCD demonstrates the power of the Open Source ERP Software, ERP5."""
canonical_name = 'ERP5 LiveCD'
-version = '1.0rc12-build08'
+version = '1.0rc12-build09'
### Kernels
# TODO: generate both 32bit and 64bit version of the liveCD.
-# "nxd" version is the nexedi version of the Mandriva official kernel-2.6.17-8mdk,
+# "nxd" version is the nexedi version of the Mandriva official kernel-2.6.17-8mdv,
# patched to support NTFS Read/Write
kernel = '2.6.17.8nxd'
@@ -40,7 +40,7 @@
country_list = (None, 'AU', 'CA', 'GB', 'US', 'BE', 'FR', 'TW', 'CN')
# The directory for building images.
-build_dir = 'mdk-erp5_cd'
+build_dir = 'mdv-erp5-cd'
# The boot logo, obtained by ppmtolss16
boot_img = 'erp5_bootlogo.lss'
@@ -75,9 +75,6 @@
# Necessary to shut up an error message.
, 'test -d /mnt/cdrom || mkdir /mnt/cdrom'
-
- # Turn on some init scripts
- , '/sbin/chkconfig erp5cdtool reset' # XXX Is there a reason why this is not in enabled_service_list dict instead ??
# Remake a symlink due to loopfs.
, 'rm -f /usr/share/config'
@@ -198,7 +195,6 @@
, 'curl', 'wget'
, 'jnettop'
, 'postfix'
-, 'rfbdrake'
, 'openssh-clients', 'openssh-server'
, 'wireshark'
, 'ntp'
@@ -208,22 +204,21 @@
# Utils + Compression / CD/DVD
, 'ark', 'unzip', 'bzip2', 'gzip', 'cabextract', 'karchiver', 'lha'
, 'lzop', 'mscompress', 'nomarch', 'unace', 'unarj', 'unrar', 'upx', 'zoo'
-, 'mtf', 'afio'
+, 'mtf', 'afio', 'p7zip', 'lzma'
# Mandriva stuffs
, 'drakconf'
, 'draksync'
, 'drakxtools-newt'
, 'rpmdrake'
+, 'rfbdrake'
# Filesystem stuffs
, 'parted'
, 'xfsprogs', 'nfs-utils', 'ntfsprogs'
, 'mdadm'
# Themes
, 'bootsplash'
-, 'mandrakelinux-theme'
-, 'galaxy-kde-kwin'
-, 'galaxy-kde'
-, 'galaxy-gnome'
+, 'ia_ora-kde'
+, 'ia_ora-gnome'
# Samba / Netatalk
# , 'samba-client'
# , 'samba-doc'
@@ -311,8 +306,9 @@
#, 'zope-VisualTraceback'
, 'python-memcached'
# Web Frontends
-, 'apache-ssl'
-, 'squid'
+, 'apache'
+, 'apache-mod_ssl'
+, 'apache-mod_proxy', 'apache-mod_disk_cache'
)
# Language codes are defined as ISO 639
@@ -519,6 +515,7 @@
# Be sure dbus is active (else usb enclosure devices will not be created)
'dbus'
, 'postfix'
+ , 'erp5cdtool'
, 'oood'
)
More information about the Erp5-report
mailing list