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 7 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=1141679045.364586
  36 distro_version="Update 7"
  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.7 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         mozilla \
  50         mozilla-chat \
  51         mozilla-dom-inspector \
  52         mozilla-js-debugger \
  53         mozilla-mail \
  54         mozilla-nspr \
  55         mozilla-nss"
  56 delta_developer_rpms="$delta_desktop_rpms gd-progs ruby-docs irb ruby-tcltk"
  57 delta_all_rpms="$delta_developer_rpms emacs-nox comps"
  58 
  59 # Define the final cluster lists for the installer
  60 distro_miniroot_rpms="$common_miniroot_rpms $delta_miniroot_rpms"
  61 distro_core_rpms="$common_core_rpms $delta_core_rpms"
  62 distro_server_rpms="$common_server_rpms $delta_server_rpms"
  63 distro_desktop_rpms="$common_desktop_rpms $delta_desktop_rpms"
  64 distro_developer_rpms="$common_developer_rpms $delta_developer_rpms"
  65 distro_all_rpms="$common_all_rpms $delta_all_rpms"
  66 
  67 #
  68 # List of packages missing from the "WS" personality of this distribution
  69 # as compared to the "AS" personality.
  70 #
  71 distro_WS_missing="amanda-server \
  72         caching-nameserver \
  73         finger-server \
  74         freeradius \
  75         inews \
  76         inn \
  77         netdump-server \
  78         openldap-servers \
  79         pxe \
  80         quagga \
  81         radvd \
  82         redhat-config-bind \
  83         samba-swat \
  84         tftp-server \
  85         tux \
  86         vsftpd \
  87         ypserv \
  88         arptables_jf \
  89         mtx \
  90         redhat-config-netboot"
  91 
  92 #
  93 # No packages are missing from the "ES" personality as compared to the "AS"
  94 # personality.
  95 #
  96 unset distro_ES_missing