centos36.distro revision 9acbbeaf2a1ffe5c14b244867d427714fab43c5c
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# CDDL HEADER START
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# The contents of this file are subject to the terms of the
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Common Development and Distribution License (the "License").
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# You may not use this file except in compliance with the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# or http://www.opensolaris.org/os/licensing.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# See the License for the specific language governing permissions
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# and limitations under the License.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# When distributing Covered Code, include this CDDL HEADER in each
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# If applicable, add the following below this CDDL HEADER, with the
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# fields enclosed by brackets "[]" replaced with your own identifying
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# information: Portions Copyright [yyyy] [name of copyright owner]
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# CDDL HEADER END
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Use is subject to license terms.
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# ident "%Z%%M% %I% %E% SMI"
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# Elementary configuration information for the Centos 3.6 distribution disc set:
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# + Serial number (as found in the disc set's .discinfo file)
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# + Number of discs required to hold the entire distribution
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# + MB of disk space required to hold a full install of the distribution
9512fe850e98fdd448c638ca63fdd92a8a510255ahl# + Pathname of actual RPM files within a mounted disc
9512fe850e98fdd448c638ca63fdd92a8a510255ahl#
9512fe850e98fdd448c638ca63fdd92a8a510255ahldistro_serial=1130453594.8
9512fe850e98fdd448c638ca63fdd92a8a510255ahldistro_ndiscs=3
9512fe850e98fdd448c638ca63fdd92a8a510255ahlset -A distro_discorder 1 2 3
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahldistro_mb_required=500
9512fe850e98fdd448c638ca63fdd92a8a510255ahldistro_rpmdir=RedHat/RPMS
9512fe850e98fdd448c638ca63fdd92a8a510255ahl
9512fe850e98fdd448c638ca63fdd92a8a510255ahlunset distro_miniroot_rpms
9512fe850e98fdd448c638ca63fdd92a8a510255ahlunset distro_base_rpms
9512fe850e98fdd448c638ca63fdd92a8a510255ahlunset distro_desktop_rpms
9512fe850e98fdd448c638ca63fdd92a8a510255ahlunset distro_app_rpms
9512fe850e98fdd448c638ca63fdd92a8a510255ahlunset distro_server_rpms
9512fe850e98fdd448c638ca63fdd92a8a510255ahlunset distro_developer_rpms
9512fe850e98fdd448c638ca63fdd92a8a510255ahlunset distro_system_rpms
# Include the common_<cluster>_* definitions.
. ${distro_dir}/rhel_centos_common
# Define the CentOS 3.6 deltas from the common cluster lists
delta_miniroot_rpms=centos-release
delta_core_rpms="centos-yumconf centos-yumcache yum"
delta_server_rpms=$delta_core_rpms
delta_desktop_rpms="$delta_server_rpms openoffice.org-style-gnome"
delta_developer_rpms="$delta_desktop_rpms gd-progs"
delta_all_rpms="$delta_developer_rpms emacs-nox"
# Define the final cluster lists for the installer
distro_miniroot_rpms="$common_miniroot_rpms $delta_miniroot_rpms"
distro_core_rpms="$common_core_rpms $delta_core_rpms"
distro_server_rpms="$common_server_rpms $delta_server_rpms"
distro_desktop_rpms="$common_desktop_rpms $delta_desktop_rpms"
distro_developer_rpms="$common_developer_rpms $delta_developer_rpms"
distro_all_rpms="$common_all_rpms $delta_all_rpms"