1 #
   2 # CDDL HEADER START
   3 #
   4 # The contents of this file are subject to the terms of the
   5 # Common Development and Distribution License (the "License").
   6 # You may not use this file except in compliance with the License.
   7 #
   8 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
   9 # or http://www.opensolaris.org/os/licensing.
  10 # See the License for the specific language governing permissions
  11 # and limitations under the License.
  12 #
  13 # When distributing Covered Code, include this CDDL HEADER in each
  14 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
  15 # If applicable, add the following below this CDDL HEADER, with the
  16 # fields enclosed by brackets "[]" replaced with your own identifying
  17 # information: Portions Copyright [yyyy] [name of copyright owner]
  18 #
  19 # CDDL HEADER END
  20 #
  21 # Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
  22 # Use is subject to license terms.
  23 #
  24 # ident "%Z%%M% %I%     %E% SMI"
  25 #
  26 
  27 #
  28 # Installation information for the RHEL 3 Update 8 distribution disc set:
  29 #
  30 #       + Serial number (as found in the disc set's .discinfo file)
  31 #       + Version Name
  32 #       + Order CDs holding the distribution must be installed in
  33 #       + MB of disk space required to hold a full install of the distribution
  34 #
  35 distro_serial=1152738297.776178
  36 distro_version="Update 8"
  37 set -A distro_cdorder 2 3 4 1
  38 
  39 distro_mb_required=500
  40 
  41 # Include the common_<cluster>_* definitions.
  42 . ${distro_dir}/rhel_centos_common
  43 
  44 # Define the RHEL 3.8 deltas from the common cluster lists
  45 delta_miniroot_rpms=redhat-release
  46 delta_core_rpms=""
  47 delta_server_rpms="$delta_core_rpms nss_db-compat sendmail-doc qt-config"
  48 delta_desktop_rpms="$delta_server_rpms \
  49         seamonkey \
  50         seamonkey-chat \
  51         seamonkey-mail \
  52         seamonkey-nspr \
  53         seamonkey-nss"
  54 delta_developer_rpms="$delta_desktop_rpms \
  55         gd-progs \
  56         irb \
  57         ruby-docs \
  58         ruby-tcltk \
  59         seamonkey-dom-inspector \
  60         seamonkey-js-debugger \
  61         seamonkey-devel \
  62         seamonkey-nspr-devel \
  63         seamonkey-nss-devel"
  64 delta_all_rpms="$delta_developer_rpms emacs-nox comps"
  65 
  66 # Define the final cluster lists for the installer
  67 distro_miniroot_rpms="$common_miniroot_rpms $delta_miniroot_rpms"
  68 distro_core_rpms="$common_core_rpms $delta_core_rpms"
  69 distro_server_rpms="$common_server_rpms $delta_server_rpms"
  70 distro_desktop_rpms="$common_desktop_rpms $delta_desktop_rpms"
  71 distro_developer_rpms="$common_developer_rpms $delta_developer_rpms"
  72 distro_all_rpms="$common_all_rpms $delta_all_rpms"
  73 
  74 #
  75 # List of packages missing from the "WS" personality of this distribution
  76 # as compared to the "AS" personality.
  77 #
  78 distro_WS_missing="amanda-server \
  79         caching-nameserver \
  80         finger-server \
  81         freeradius \
  82         inews \
  83         inn \
  84         netdump-server \
  85         openldap-servers \
  86         pxe \
  87         quagga \
  88         radvd \
  89         redhat-config-bind \
  90         samba-swat \
  91         tftp-server \
  92         tux \
  93         vsftpd \
  94         ypserv \
  95         arptables_jf \
  96         mtx \
  97         redhat-config-netboot"
  98 
  99 #
 100 # No packages are missing from the "ES" personality as compared to the "AS"
 101 # personality.
 102 #
 103 unset distro_ES_missing
 104 
 105 #
 106 # Identify the packages that need to be set aside for installation after
 107 # all the other packages are installed.
 108 #
 109 deferred_rpms="openoffice.org openoffice.org-i18n openoffice.org-libs"