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

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Feb 19 17:32:44 CET 2007


Author: kevin
Date: Mon Feb 19 17:32:41 2007
New Revision: 12897

URL: http://svn.erp5.org?rev=12897&view=rev
Log:
mkinitrd is required by the kernel. No need to install it explicitly.
Don't use meta-packages to install kde: it install much more packages than required, leading to fatter ISO images.
Clean-up mandriva specific packages: only install what is required and add missing mandriva customizations.
Delete libdbus explicit installation: we don't know why they are there.
Add some comments about package choices.
Re-organize package grouping.
Increase build number.

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=12897&r1=12896&r2=12897&view=diff
==============================================================================
--- umigumi/trunk/config/erp5_cd.py (original)
+++ umigumi/trunk/config/erp5_cd.py Mon Feb 19 17:32:41 2007
@@ -25,7 +25,7 @@
 # Metadatas
 description = """ERP5 LiveCD demonstrates the power of ERP5 the Open Source ERP Software made by Nexedi."""
 canonical_name = 'ERP5 LiveCD'
-version = '1.0rc12-build15'
+version = '1.0rc12-build16'
 
 ### Kernels
 # TODO: generate both 32bit and 64bit version of the liveCD.
@@ -169,7 +169,8 @@
 # A list of installed packages.
 # To debug this, list remove --auto option in urpmi.
 common_package_list = (
-  'mkinitrd'
+# Boot process
+  'bootsplash'
 # System / Kernel
 , 'libaio'
 , 'schedutils'
@@ -177,10 +178,8 @@
 , 'mc'
 , 'screen'
 , 'xterm'
-, 'usbutils'
-, 'hotplug'
 , 'rsync'
-, 'perl'
+, 'perl'  # this is required to launch /root/locale.pm script
 , 'htop'
 # Hardware
 , 'hdparm'
@@ -188,9 +187,16 @@
 , 'udev'
 , 'hal'
 , 'dbus'
-, 'libdbus-1_3'
-, 'libdbus-qt-1_1'
-, 'libdbus-glib-1_2'
+, 'usbutils'
+, 'hotplug'
+# Filesystem stuffs
+, 'parted'
+, 'xfsprogs', 'nfs-utils', 'ntfsprogs'
+, 'mdadm'
+# Utils + Compression
+, 'unzip', 'bzip2', 'gzip', 'cabextract', 'karchiver', 'lha'
+, 'lzop', 'mscompress', 'nomarch', 'unace', 'unarj', 'unrar', 'upx', 'zoo'
+, 'mtf', 'afio', 'p7zip', 'lzma'
 # Network
 , 'prism2-utils'
 , 'wireless-tools', 'dhcp-client'
@@ -204,31 +210,6 @@
 , 'balance'
 , 'openvpn'
 , 'bacula-fd', 'cadaver'
-# Utils + Compression / CD/DVD
-, 'ark', 'unzip', 'bzip2', 'gzip', 'cabextract', 'karchiver', 'lha'
-, 'lzop', 'mscompress', 'nomarch', 'unace', 'unarj', 'unrar', 'upx', 'zoo'
-, 'mtf', 'afio', 'p7zip', 'lzma'
-# Filesystem stuffs
-, 'parted'
-, 'xfsprogs', 'nfs-utils', 'ntfsprogs'
-, 'mdadm'
-# Mandriva stuffs
-, 'drakconf'
-, 'draksync'
-, 'drakxtools-newt'
-, 'rpmdrake'
-, 'rfbdrake'
-, 'mandriva-kde-config-common'
-, 'mandriva-kde-icons'
-, 'mandriva-kdm-config'
-, 'mandriva-kdm-logo'
-, 'mandrivamenu'
-# Themes
-, 'bootsplash'
-, 'mandriva-theme'
-, 'ia_ora-kde'
-, 'ia_ora-kde-kwin'
-, 'ia_ora-gnome'
 # Samba / Netatalk
 # , 'samba-client'
 # , 'samba-doc'
@@ -239,23 +220,31 @@
 # XFree
 , 'xorg-x11-server'
 , 'xorg-x11-75dpi-fonts'
-, 'task-X11'
+, 'task-X11'   # required by drakconf when editing display configuration under ncurses
+# Fonts
+, 'urw-fonts', 'ghostscript-fonts', 'fonts-bitmap-tscii', 'fonts-ttf-decoratives'
+, 'fonts-ttf-vera', 'fonts-ttf-latex'
 # KDE
-, 'kdm'
-, 'kdebase'
-, 'kdenetwork'
-, 'kdegraphics'
-, 'kdeutils'
-, 'kdeaddons'
-, 'kdepim'
-, 'libkdepim2-kpilot'
-, 'libkdepim2-common'
-, 'libkdeutils1'
-, 'libqca1-tls', 'libqca1-sasl'
-# Mozilla Firefox
-, 'mozilla-firefox'
-# Web Development
-# , 'quanta'
+, 'kdebase-kdm'
+, 'kdebase-kmenuedit'
+, 'kdebase-konsole'
+, 'kdebase-servicemenu'
+, 'kdebase-nsplugins'
+, 'kdenetwork-kget'
+, 'kdenetwork-kopete', 'libqca1-tls', 'libqca1-sasl'  # required for kopete SSL connections
+, 'kdegraphics-kpdf'
+, 'kdegraphics-ksnapshot'
+, 'kdegraphics-kuickshow'
+, 'kdegraphics-kview'
+, 'kdeaddons-akregator'
+, 'kdeaddons-searchbar'
+, 'kdepim-kaddressbook'
+, 'kdepim-kmail'
+, 'kdepim-korganizer'
+, 'kdeutils-ark'
+, 'kdeutils-kcalc'
+, 'kdeutils-kfloppy'
+, 'kdeutils-klaptop'
 # Software Development
 , 'patch'
 , 'cvs', 'subversion'
@@ -268,8 +257,12 @@
 # Debug
 # , 'strace', 'gdb'
 # Text editor
-, 'kate'
 , 'vim-enhanced'
+, 'kdebase-kate'
+# Mozilla Firefox
+, 'mozilla-firefox'
+# Web Development
+# , 'quanta'
 # Office
 , 'java-1.4.2-kaffe'
 , 'openoffice.org-base-2.1.0'
@@ -280,12 +273,9 @@
 , 'openoffice.org-math-2.1.0'
 , 'openoffice.org-graphicfilter-2.1.0'
 , 'openoffice.org-freedesktop-menus-2.1'
+, 'openoffice.org-kde-integration-2.1.0'
 , 'openoffice.org-mandriva-menus-2.1'
-, 'openoffice.org-kde-integration-2.1.0'
 #, 'openoffice.org-oood'
-# Fonts
-, 'urw-fonts', 'ghostscript-fonts', 'fonts-bitmap-tscii', 'fonts-ttf-decoratives'
-, 'fonts-ttf-vera', 'fonts-ttf-latex'
 # Graphics
 , 'gimp', 'gimp-python', 'gimp-data-extras'
 , 'scribus', 'kooka', 'dia', 'kdegraphics-kpdf', 'kbarcode'
@@ -300,6 +290,20 @@
 , 'MySQL-Max'
 , 'MySQL-ndb-management', 'MySQL-ndb-storage', 'MySQL-ndb-tools'
 , 'mysqlcc', 'mysql-administrator', 'mysql-query-browser'
+# Mandriva system stuffs and customisations
+, 'drakconf'
+, 'drakxtools-newt'
+, 'rpmdrake'
+, 'mandrivamenu'
+, 'mandriva-kdm-config'
+, 'mandriva-kdm-logo'
+, 'free-kde-config'
+# Mandriva look & feel
+, 'mandriva-galaxy'
+, 'galaxy-kde'
+, 'galaxy-kde-kwin'
+, 'ia_ora-kde'
+, 'ia_ora-kde-kwin'
 # ERP5
 , 'erp5-zope'
 , 'zope-ERP5'




More information about the Erp5-report mailing list