usr/src/cmd/distro_const/text_install/text_mode_sparc.xml
author Keith Mitchell <keith.mitchell@oracle.com>
Mon, 12 Jul 2010 09:35:54 -0700
changeset 850 2baaed9dead8
parent 848 59b0d009aae9
child 861 ccd399d2c6f7
permissions -rw-r--r--
16434 SUNWgui-install and SUNWslim-utils need to be renamed
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
773
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
     1
<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
     2
    CDDL HEADER START
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
     3
   
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
     4
    The contents of this file are subject to the terms of the
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
     5
    Common Development and Distribution License (the "License").
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
     6
    You may not use this file except in compliance with the License.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
     7
   
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
     8
    You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
     9
    or http://www.opensolaris.org/os/licensing.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    10
    See the License for the specific language governing permissions
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    11
    and limitations under the License.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    12
   
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    13
    When distributing Covered Code, include this CDDL HEADER in each
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    14
    file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    15
    If applicable, add the following below this CDDL HEADER, with the
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    16
    fields enclosed by brackets "[]" replaced with your own identifying
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    17
    information: Portions Copyright [yyyy] [name of copyright owner]
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    18
   
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    19
    CDDL HEADER END
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    20
   
803
7034e6f1050d 15456 text install images with the default manifest don't build after push for 13276
Alok Aggarwal <alok.aggarwal@oracle.com>
parents: 798
diff changeset
    21
    Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
773
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    22
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    23
    XML specification for building the limited language OpenSolaris
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    24
    Text Mode Installer iso and usb image
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    25
-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    26
803
7034e6f1050d 15456 text install images with the default manifest don't build after push for 13276
Alok Aggarwal <alok.aggarwal@oracle.com>
parents: 798
diff changeset
    27
<distribution name="OpenSolaris_Text_SPARC">
773
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    28
	<distro_constr_params>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    29
		<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    30
		     Where to build. This can be a zfs dataset or a mountpoint.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    31
		     The area will be created if it doesn't exist. If the build_area
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    32
		     is not a zfs dataset or mountpoint, checkpointing will not
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    33
		     be enabled.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    34
		-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    35
		<build_area>rpool/dc</build_area>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    36
		<distro_constr_flags>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    37
			<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    38
			     Controls whether the DC should stop
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    39
			     if there is an error when the DC is running 
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    40
			-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    41
			<stop_on_error>true</stop_on_error>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    42
			<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    43
			     You can specify the step to resume the
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    44
			     build from here with the resume_from
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    45
			     attribute field of checkpoint_enable.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    46
			     This value will be overridden by
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    47
			     the command line if the -r flag is used.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    48
			     Valid values are step
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    49
			     numbers or name
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    50
			-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    51
			<checkpoint_enable>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    52
				<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    53
				     true implies Checkpointing is enabled
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    54
				-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    55
				true
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    56
			</checkpoint_enable>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    57
		</distro_constr_flags>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    58
		<output_image>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    59
			<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    60
			     List of finalizer scripts to be run. They are used
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    61
			     to customize the image and will be run in the
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    62
			     order listed. The name of the checkpoint to
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    63
			     be created when this script is run is required.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    64
			     The checkpoint message is displayed when the
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    65
			     step is run and is optional.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    66
			     There are 5 standard arguments that are passed to
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    67
			     every finalizer script (manifest socket, pkg_image path,
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    68
			     tmp dir, boot archive build area, media dir). You may also
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    69
			     specify additional arguments (arg6+) in the argslist.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    70
			     This argslist is a whitespace-separated list of double
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    71
			     quoted strings.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    72
			-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    73
			<finalizer>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    74
				<script name="/usr/share/distro_const/im_pop.py">
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    75
					<checkpoint
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    76
						name="im-pop"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    77
						message="Image area creation"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    78
				</script>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    79
				<script name="/usr/share/distro_const/pre_boot_archive_pkg_image_mod.py">
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    80
					<checkpoint
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    81
						name="im-mod"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    82
						message="Image area modifications"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    83
				</script>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    84
				<script name="/usr/share/distro_const/text_install/tm_pre_boot_archive_pkg_image_mod">
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    85
					<checkpoint
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    86
						name="tm-im-mod"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    87
						message="Text mode Image area Modifications"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    88
				</script>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    89
				<script name="/usr/share/distro_const/boot_archive_initialize.py">
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    90
					<checkpoint
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    91
						name="ba-init"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    92
						message="Boot archive initialization"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    93
				</script>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    94
				<script name="/usr/share/distro_const/boot_archive_configure">
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    95
					<checkpoint
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    96
						name="ba-config"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    97
						message="Boot archive configuration"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    98
					<argslist>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
    99
						".textinstall"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   100
					</argslist>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   101
				</script>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   102
				<script name="/usr/share/distro_const/plat_setup.py">
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   103
					<checkpoint
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   104
						name="plat-setup"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   105
						message="Platform specific setup"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   106
				</script>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   107
				<script name="/usr/share/distro_const/boot_archive_archive.py">
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   108
					<checkpoint
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   109
						name="ba-arch"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   110
						message="Boot archive archiving"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   111
					<argslist>"sparc"</argslist>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   112
				</script>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   113
				<script name="/usr/share/distro_const/post_boot_archive_pkg_image_mod_custom">
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   114
					<checkpoint
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   115
						name="post-mod-custom"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   116
						message="Post boot archive image area custom modification"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   117
				</script>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   118
				<script name="/usr/share/distro_const/post_boot_archive_pkg_image_mod">
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   119
					<checkpoint
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   120
						name="post-mod"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   121
						message="Post boot archive image area modification"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   122
					<argslist>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   123
						"usr_zlib_compression=lzma"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   124
					</argslist>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   125
				</script>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   126
				<script name="/usr/share/distro_const/gen_cd_content">
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   127
					<checkpoint
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   128
						name="gen-cd-cont"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   129
						message="Generate CD image content list"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   130
				</script>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   131
				<script name="/usr/share/distro_const/create_iso">
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   132
					<checkpoint
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   133
						name="iso"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   134
						message="ISO image creation"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   135
				</script>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   136
			</finalizer>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   137
			<boot_archive>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   138
				<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   139
				     If/how to compress the boot archive. Valid
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   140
				     types are gzip and none
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   141
				-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   142
				<compression type="gzip" level="9"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   143
				<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   144
				    SMF service profiles to apply to the 
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   145
				    boot archive. If the "use_build_sys_file" 
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   146
				    attribute is set to true, the build
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   147
				    system's copy of the file is used.  If not 
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   148
				    specified, or "use_build_sys_file" is set 
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   149
				    to false, the image's copy of the file 
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   150
				    is used.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   151
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   152
				    Service profiles will be applied to the 
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   153
				    root archive in the order listed.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   154
				-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   155
				<smf_service_profile>
783
77106ac97619 15148 Required DC updates to work with Early Manifest Import project changes
Karen Tung <Karen.Tung@Sun.COM>
parents: 780
diff changeset
   156
					<profile path="/etc/svc/profile/generic_limited_net.xml"
77106ac97619 15148 Required DC updates to work with Early Manifest Import project changes
Karen Tung <Karen.Tung@Sun.COM>
parents: 780
diff changeset
   157
					         use_build_sys_file="false"/>
773
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   158
					<profile path="/var/svc/profile/generic_limited_net.xml"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   159
					         use_build_sys_file="false"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   160
					<profile path="/usr/share/distro_const/generic_live.xml"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   161
					         use_build_sys_file="true"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   162
					<profile path="/usr/share/distro_const/text_install/text_live.xml"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   163
					         use_build_sys_file="true"/>
783
77106ac97619 15148 Required DC updates to work with Early Manifest Import project changes
Karen Tung <Karen.Tung@Sun.COM>
parents: 780
diff changeset
   164
					<profile path="/etc/svc/profile/ns_files.xml"
77106ac97619 15148 Required DC updates to work with Early Manifest Import project changes
Karen Tung <Karen.Tung@Sun.COM>
parents: 780
diff changeset
   165
					         use_build_sys_file="false"/>
773
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   166
					<profile path="/var/svc/profile/ns_files.xml"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   167
					         use_build_sys_file="false"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   168
				</smf_service_profile>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   169
			</boot_archive>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   170
		</output_image>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   171
	</distro_constr_params>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   172
	<img_params>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   173
		<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   174
		     The preferred authority to install packages into the
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   175
		     pkg_image area from.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   176
		     The default url is: http://pkg.opensolaris.org/release
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   177
		     The default authname is opensolaris.org
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   178
		-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   179
		<pkg_repo_default_authority>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   180
			<main
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   181
				url="http://pkg.opensolaris.org/release"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   182
				authname="opensolaris.org"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   183
			<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   184
			     If you want to use one or more  mirrors that are
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   185
			     setup for the authority, specify the urls here.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   186
			-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   187
			<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   188
			     Uncomment before using
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   189
			<mirror url="" />
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   190
			-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   191
		</pkg_repo_default_authority>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   192
		<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   193
		     Any additional non-preferred authorities to pull packages
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   194
		     from should be specified here. Multiple additional
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   195
		     authorities may be specified.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   196
		     If you want to use one or more  mirrors that are
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   197
		     setup for the authority, specify the urls here.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   198
		-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   199
		<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   200
		     Uncomment before using.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   201
		<pkg_repo_addl_authority>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   202
			<main
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   203
				url=""
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   204
				authname=""/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   205
			<mirror url="" />
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   206
		</pkg_repo_addl_authority>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   207
		-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   208
		<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   209
		     The default preferred authority to be used by the system
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   210
		     after it has been installed.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   211
		     The default url is: http://pkg.opensolaris.org/release
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   212
		     The default authname is opensolaris.org
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   213
		     If you want to use one or more  mirrors that are
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   214
		     setup for the authority, specify the urls here.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   215
		-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   216
		<post_install_repo_default_authority>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   217
			<main
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   218
				url="http://pkg.opensolaris.org/release"
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   219
				authname="opensolaris.org"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   220
			<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   221
			     Uncomment before using.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   222
			<mirror url="" />
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   223
			-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   224
		</post_install_repo_default_authority>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   225
		<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   226
		     Any additional non-preferred authorities to use after the
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   227
		     system has been installed. Multiple additional authorities
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   228
		     may be specified.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   229
		     If you want to use one or more  mirrors that are
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   230
		     setup for the authority, specify the urls here.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   231
		-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   232
		<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   233
		    Uncomment before using.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   234
		<post_install_repo_addl_authority>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   235
			<main
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   236
				url=""
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   237
				authname=""/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   238
			<mirror url="" />
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   239
		</post_install_repo_addl_authority>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   240
		-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   241
		<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   242
		     list of packages used to form the installed image
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   243
		-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   244
		<packages>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   245
			<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   246
			     Due to dependency issues, SUNWcsd and SUNWcs
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   247
			     must be listed first in the package list,
820
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   248
			     after entire
773
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   249
			-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   250
			<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   251
			    By default the latest build available, in the
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   252
			    specified IPS repository, is installed.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   253
			    If another build is required, the build number has
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   254
			    to be appended to the 'entire' package in following
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   255
			    form:
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   256
820
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   257
			    <pkg name="pkg:/[email protected]#/>
773
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   258
			-->
820
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   259
			<pkg name="pkg:/entire"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   260
			<pkg name="pkg:/SUNWcs"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   261
			<pkg name="pkg:/SUNWcsd"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   262
			<pkg name="pkg:/archiver/gnu-tar"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   263
			<pkg name="pkg:/compress/bzip2"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   264
			<pkg name="pkg:/compress/gzip"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   265
			<pkg name="pkg:/compress/p7zip"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   266
			<pkg name="pkg:/compress/unzip"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   267
			<pkg name="pkg:/compress/zip"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   268
			<pkg name="pkg:/data/iso-codes"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   269
			<pkg name="pkg:/database/sqlite-3"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   270
			<pkg name="pkg:/developer/apptrace/platform"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   271
			<pkg name="pkg:/developer/build/make"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   272
			<pkg name="pkg:/developer/debug/mdb"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   273
			<pkg name="pkg:/developer/debug/mdb/module/module-fibre-channel"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   274
			<pkg name="pkg:/developer/debug/mdb/module/module-qlc"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   275
			<pkg name="pkg:/developer/dtrace"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   276
			<pkg name="pkg:/developer/dtrace/toolkit"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   277
			<pkg name="pkg:/developer/linker"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   278
			<pkg name="pkg:/developer/macro/cpp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   279
			<pkg name="pkg:/developer/object-file"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   280
			<pkg name="pkg:/diagnostic/cpu-counters"/>
822
2ba2b98f055e 10129 Blocker bug for Driver Update project
Jack Schwartz <Jack.A.Schwartz@Sun.COM>
parents: 820
diff changeset
   281
			<pkg name="pkg:/diagnostic/ddu/text"/>
820
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   282
			<pkg name="pkg:/diagnostic/powertop"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   283
			<pkg name="pkg:/diagnostic/scanpci"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   284
			<pkg name="pkg:/diagnostic/top"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   285
			<pkg name="pkg:/driver/cpu/us"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   286
			<pkg name="pkg:/driver/crypto/n2cp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   287
			<pkg name="pkg:/driver/crypto/tpm"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   288
			<pkg name="pkg:/driver/firewire"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   289
			<pkg name="pkg:/driver/graphics/ast"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   290
			<pkg name="pkg:/driver/graphics/dcam1394"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   291
			<pkg name="pkg:/driver/graphics/dcam1394/devfsadm-dcam1394"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   292
			<pkg name="pkg:/driver/graphics/efb"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   293
			<pkg name="pkg:/driver/graphics/kfb"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   294
			<pkg name="pkg:/driver/network/afe"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   295
			<pkg name="pkg:/driver/network/bge"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   296
			<pkg name="pkg:/driver/network/bpf"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   297
			<pkg name="pkg:/driver/network/ce"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   298
			<pkg name="pkg:/driver/network/chxge"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   299
			<pkg name="pkg:/driver/network/dmfe"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   300
			<pkg name="pkg:/driver/network/e1000g"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   301
			<pkg name="pkg:/driver/network/emlxs"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   302
			<pkg name="pkg:/driver/network/eri"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   303
			<pkg name="pkg:/driver/network/fcip"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   304
			<pkg name="pkg:/driver/network/fcp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   305
			<pkg name="pkg:/driver/network/fcsm"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   306
			<pkg name="pkg:/driver/network/fp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   307
			<pkg name="pkg:/driver/network/ge"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   308
			<pkg name="pkg:/driver/network/hme"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   309
			<pkg name="pkg:/driver/network/hxge"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   310
			<pkg name="pkg:/driver/network/ib"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   311
			<pkg name="pkg:/driver/network/ibd"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   312
			<pkg name="pkg:/driver/network/igb"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   313
			<pkg name="pkg:/driver/network/ixgb"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   314
			<pkg name="pkg:/driver/network/ixgbe"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   315
			<pkg name="pkg:/driver/network/mxfe"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   316
			<pkg name="pkg:/driver/network/myri10ge"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   317
			<pkg name="pkg:/driver/network/niumx"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   318
			<pkg name="pkg:/driver/network/nxge"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   319
			<pkg name="pkg:/driver/network/qfe"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   320
			<pkg name="pkg:/driver/network/qlc"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   321
			<pkg name="pkg:/driver/network/rge"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   322
			<pkg name="pkg:/driver/network/rpcib"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   323
			<pkg name="pkg:/driver/network/sdp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   324
			<pkg name="pkg:/driver/network/sdpib"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   325
			<pkg name="pkg:/driver/network/sfe"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   326
			<pkg name="pkg:/driver/network/socal"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   327
			<pkg name="pkg:/driver/network/tavor"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   328
			<pkg name="pkg:/driver/network/vr"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   329
			<pkg name="pkg:/driver/network/xge"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   330
			<pkg name="pkg:/driver/network/yge"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   331
			<pkg name="pkg:/driver/pcmcia"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   332
			<pkg name="pkg:/driver/serial/pcser"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   333
			<pkg name="pkg:/driver/serial/usbftdi"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   334
			<pkg name="pkg:/driver/serial/usbsacm"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   335
			<pkg name="pkg:/driver/serial/usbser_edge"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   336
			<pkg name="pkg:/driver/serial/usbser"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   337
			<pkg name="pkg:/driver/serial/usbsksp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   338
			<pkg name="pkg:/driver/serial/usbsksp/usbs49_fw"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   339
			<pkg name="pkg:/driver/serial/usbsprl"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   340
			<pkg name="pkg:/driver/sparc/platform"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   341
			<pkg name="pkg:/driver/storage/aac"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   342
			<pkg name="pkg:/driver/storage/fas/header-fas"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   343
			<pkg name="pkg:/driver/storage/mpt_sas"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   344
			<pkg name="pkg:/driver/storage/mr_sas"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   345
			<pkg name="pkg:/driver/storage/pcata"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   346
			<pkg name="pkg:/driver/storage/pmcs"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   347
			<pkg name="pkg:/driver/storage/sbp2"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   348
			<pkg name="pkg:/driver/storage/scsa1394"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   349
			<pkg name="pkg:/driver/storage/sdcard"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   350
			<pkg name="pkg:/driver/storage/ses"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   351
			<pkg name="pkg:/driver/storage/sf"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   352
			<pkg name="pkg:/driver/storage/smp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   353
			<pkg name="pkg:/driver/storage/ssd"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   354
			<pkg name="pkg:/driver/usb"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   355
			<pkg name="pkg:/driver/usb/ugen"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   356
			<pkg name="pkg:/editor/nano"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   357
			<pkg name="pkg:/editor/vim"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   358
			<pkg name="pkg:/file/gnu-coreutils"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   359
			<pkg name="pkg:/file/gnu-findutils"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   360
			<pkg name="pkg:/image/library/libtiff"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   361
			<pkg name="pkg:/install/beadm"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   362
			<pkg name="pkg:/install/installadm"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   363
			<pkg name="pkg:/library/aalib"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   364
			<pkg name="pkg:/library/c++/sigcpp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   365
			<pkg name="pkg:/library/expat"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   366
			<pkg name="pkg:/library/gmp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   367
			<pkg name="pkg:/library/gnutls"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   368
			<pkg name="pkg:/library/idnkit"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   369
			<pkg name="pkg:/library/libdaemon"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   370
			<pkg name="pkg:/library/libffi"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   371
			<pkg name="pkg:/library/libidn"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   372
			<pkg name="pkg:/library/libtasn1"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   373
			<pkg name="pkg:/library/libtecla"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   374
			<pkg name="pkg:/library/libtool/libltdl"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   375
			<pkg name="pkg:/library/libxml2"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   376
			<pkg name="pkg:/library/libxslt"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   377
			<pkg name="pkg:/library/ncurses"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   378
			<pkg name="pkg:/library/nspr"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   379
			<pkg name="pkg:/library/pcre"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   380
			<pkg name="pkg:/library/perl-5/authen-pam"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   381
			<pkg name="pkg:/library/perl-5/xml-parser"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   382
			<pkg name="pkg:/library/popt"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   383
			<pkg name="pkg:/library/print/cups-libs"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   384
			<pkg name="pkg:/library/print/open-printing"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   385
			<pkg name="pkg:/library/print/open-printing/ipp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   386
			<pkg name="pkg:/library/print/open-printing/lpd"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   387
			<pkg name="pkg:/library/python-2/cherrypy"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   388
			<pkg name="pkg:/library/python-2/lxml-24"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   389
			<pkg name="pkg:/library/python-2/mako"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   390
			<pkg name="pkg:/library/python-2/ply"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   391
			<pkg name="pkg:/library/python-2/pycurl"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   392
			<pkg name="pkg:/library/python-2/pyopenssl-24"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   393
			<pkg name="pkg:/library/python-2/python-twisted-24"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   394
			<pkg name="pkg:/library/python-2/python-xdg-24"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   395
			<pkg name="pkg:/library/python-2/python-zope-interface-24"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   396
			<pkg name="pkg:/library/python-2/pyyaml-24"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   397
			<pkg name="pkg:/library/samba/libsmbclient"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   398
			<pkg name="pkg:/library/security/libgpg-error"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   399
			<pkg name="pkg:/library/security/openssl"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   400
			<pkg name="pkg:/library/security/tcp-wrapper"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   401
			<pkg name="pkg:/library/security/trousers"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   402
			<pkg name="pkg:/library/zlib"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   403
			<pkg name="pkg:/media/cdrtools"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   404
			<pkg name="pkg:/naming/ldap"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   405
			<pkg name="pkg:/network/bridging"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   406
			<pkg name="pkg:/network/dns/bind"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   407
			<pkg name="pkg:/network/ftp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   408
			<pkg name="pkg:/network/ipfilter"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   409
			<pkg name="pkg:/network/iscsi/initiator"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   410
			<pkg name="pkg:/network/rsync"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   411
			<pkg name="pkg:/network/ssh"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   412
			<pkg name="pkg:/network/ssh/ssh-key"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   413
			<pkg name="pkg:/network/telnet"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   414
			<pkg name="pkg:/package/pkg"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   415
			<pkg name="pkg:/package/svr4"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   416
			<pkg name="pkg:/print/cups"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   417
			<pkg name="pkg:/print/lp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   418
			<pkg name="pkg:/print/lp/filter/a2ps"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   419
			<pkg name="pkg:/print/lp/filter/foomatic-ppds"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   420
			<pkg name="pkg:/print/lp/filter/foomatic-rip"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   421
			<pkg name="pkg:/print/lp/filter/postscript-lp-filter"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   422
			<pkg name="pkg:/print/lp/ipp/ipp-listener"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   423
			<pkg name="pkg:/print/lp/ipp/libipp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   424
			<pkg name="pkg:/release/copyright"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   425
			<pkg name="pkg:/release/name"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   426
			<pkg name="pkg:/runtime/perl-584"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   427
			<pkg name="pkg:/runtime/perl-584/extra"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   428
			<pkg name="pkg:/runtime/perl-584/manual"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   429
			<pkg name="pkg:/runtime/tcl-8"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   430
			<pkg name="pkg:/runtime/tk-8"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   431
			<pkg name="pkg:/security/bart"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   432
			<pkg name="pkg:/security/sudo"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   433
			<pkg name="pkg:/service/fault-management"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   434
			<pkg name="pkg:/service/file-system/nfs"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   435
			<pkg name="pkg:/service/hal"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   436
			<pkg name="pkg:/service/key-management/sun-fire-15000"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   437
			<pkg name="pkg:/service/management/sysidtool"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   438
			<pkg name="pkg:/service/network/dns/bind"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   439
			<pkg name="pkg:/service/network/dns/mdns"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   440
			<pkg name="pkg:/service/network/ftp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   441
			<pkg name="pkg:/service/network/network-clients"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   442
			<pkg name="pkg:/service/network/network-servers"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   443
			<pkg name="pkg:/service/network/ntp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   444
			<pkg name="pkg:/service/network/smtp/sendmail"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   445
			<pkg name="pkg:/service/network/ssh"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   446
			<pkg name="pkg:/service/network/telnet"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   447
			<pkg name="pkg:/service/network/tftp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   448
			<pkg name="pkg:/service/picl"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   449
			<pkg name="pkg:/service/resource-pools"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   450
			<pkg name="pkg:/service/resource-pools/poold"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   451
			<pkg name="pkg:/service/security/kerberos-5"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   452
			<pkg name="pkg:/service/storage/fibre-channel/fc-fabric"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   453
			<pkg name="pkg:/service/storage/media-volume-manager"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   454
			<pkg name="pkg:/service/storage/removable-media"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   455
			<pkg name="pkg:/shell/bash"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   456
			<pkg name="pkg:/shell/expect"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   457
			<pkg name="pkg:/shell/tcsh"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   458
			<pkg name="pkg:/shell/which"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   459
			<pkg name="pkg:/shell/zsh"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   460
			<pkg name="pkg:/storage/library/network-array"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   461
			<pkg name="pkg:/storage/mpathadm"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   462
			<pkg name="pkg:/storage/svm"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   463
			<pkg name="pkg:/system/accounting/legacy"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   464
			<pkg name="pkg:/system/boot/grub"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   465
			<pkg name="pkg:/system/boot/wanboot"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   466
			<pkg name="pkg:/system/data/hardware-registry"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   467
			<pkg name="pkg:/system/data/keyboard/keytables"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   468
			<pkg name="pkg:/system/data/terminfo"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   469
			<pkg name="pkg:/system/domain-configuration/sparc-enterprise"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   470
			<pkg name="pkg:/system/domain-service-processor-protocol/sparc-enterprise"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   471
			<pkg name="pkg:/system/embedded-fcode-interpreter"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   472
			<pkg name="pkg:/system/extended-system-utilities"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   473
			<pkg name="pkg:/system/file-system/autofs"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   474
			<pkg name="pkg:/system/file-system/nfs"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   475
			<pkg name="pkg:/system/file-system/smb"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   476
			<pkg name="pkg:/system/file-system/udfs"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   477
			<pkg name="pkg:/system/file-system/zfs"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   478
			<pkg name="pkg:/system/flash/fwflash"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   479
			<pkg name="pkg:/system/floating-point-scrubber"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   480
			<pkg name="pkg:/system/fru-id"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   481
			<pkg name="pkg:/system/fru-id/platform"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   482
			<pkg name="pkg:/system/graphics/fbconfig"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   483
			<pkg name="pkg:/system/graphics/fbconfig/fbconfig-ast"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   484
			<pkg name="pkg:/system/graphics/fbconfig/fbconfig-efb"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   485
			<pkg name="pkg:/system/graphics/fbconfig/fbconfig-kfb"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   486
			<pkg name="pkg:/system/install"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   487
			<pkg name="pkg:/system/install/auto-install"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   488
			<pkg name="pkg:/system/install/auto-install/auto-install-common"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   489
			<pkg name="pkg:/system/install/locale"/>
850
2baaed9dead8 16434 SUNWgui-install and SUNWslim-utils need to be renamed
Keith Mitchell <keith.mitchell@oracle.com>
parents: 848
diff changeset
   490
			<pkg name="pkg:/system/install/media/internal"/>
820
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   491
			<pkg name="pkg:/system/install/tests"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   492
			<pkg name="pkg:/system/install/text-install"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   493
			<pkg name="pkg:/system/ipc"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   494
			<pkg name="pkg:/system/ipmi/ipmitool"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   495
			<pkg name="pkg:/system/kernel"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   496
			<pkg name="pkg:/system/kernel/cpu-counters"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   497
			<pkg name="pkg:/system/kernel/cpu/sun4v"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   498
			<pkg name="pkg:/system/kernel/dtrace/providers"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   499
			<pkg name="pkg:/system/kernel/dynamic-reconfiguration/sun-fire-15000"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   500
			<pkg name="pkg:/system/kernel/dynamic-reconfiguration/sun-fire-880"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   501
			<pkg name="pkg:/system/kernel/dynamic-reconfiguration/ultra-enterprise-10000"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   502
			<pkg name="pkg:/system/kernel/inter-domain/ultra-enterprise-10000"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   503
			<pkg name="pkg:/system/kernel/io-performance-counters"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   504
			<pkg name="pkg:/system/kernel/platform"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   505
			<pkg name="pkg:/system/kernel/platform/netra"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   506
			<pkg name="pkg:/system/kernel/power"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   507
			<pkg name="pkg:/system/kernel/suspend-resume"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   508
			<pkg name="pkg:/system/kernel/ultra-wideband"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   509
			<pkg name="pkg:/system/ldoms"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   510
			<pkg name="pkg:/system/library"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   511
			<pkg name="pkg:/system/library/c++/sunpro"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   512
			<pkg name="pkg:/system/library/dbus"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   513
			<pkg name="pkg:/system/library/iconv/utf-8"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   514
			<pkg name="pkg:/system/library/iconv/xsh4/eastern-european"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   515
			<pkg name="pkg:/system/library/install"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   516
			<pkg name="pkg:/system/library/libdiskmgt"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   517
			<pkg name="pkg:/system/library/libfcoe"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   518
			<pkg name="pkg:/system/library/libpcap"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   519
			<pkg name="pkg:/system/library/math"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   520
			<pkg name="pkg:/system/library/math/header-math"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   521
			<pkg name="pkg:/system/library/mozilla-nss"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   522
			<pkg name="pkg:/system/library/platform"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   523
			<pkg name="pkg:/system/library/processor"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   524
			<pkg name="pkg:/system/library/security/libgcrypt"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   525
			<pkg name="pkg:/system/library/security/libsasl"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   526
			<pkg name="pkg:/system/library/storage/fibre-channel/hbaapi"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   527
			<pkg name="pkg:/system/library/storage/fibre-channel/libsun_fc"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   528
			<pkg name="pkg:/system/library/storage/ima"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   529
			<pkg name="pkg:/system/library/storage/ima/header-ima"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   530
			<pkg name="pkg:/system/library/storage/libmpapi"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   531
			<pkg name="pkg:/system/library/storage/libmpscsi_vhci"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   532
			<pkg name="pkg:/system/library/sysidtool"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   533
			<pkg name="pkg:/system/library/usb/libusb"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   534
			<pkg name="pkg:/system/library/usb/libusbugen"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   535
			<pkg name="pkg:/system/locale"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   536
			<pkg name="pkg:/system/locale/ar"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   537
			<pkg name="pkg:/system/locale/be"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   538
			<pkg name="pkg:/system/locale/bg"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   539
			<pkg name="pkg:/system/locale/ca"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   540
			<pkg name="pkg:/system/locale/cs"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   541
			<pkg name="pkg:/system/locale/da"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   542
			<pkg name="pkg:/system/locale/de_de"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   543
			<pkg name="pkg:/system/locale/de"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   544
			<pkg name="pkg:/system/locale/el"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   545
			<pkg name="pkg:/system/locale/en_us"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   546
			<pkg name="pkg:/system/locale/en"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   547
			<pkg name="pkg:/system/locale/es_es"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   548
			<pkg name="pkg:/system/locale/es"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   549
			<pkg name="pkg:/system/locale/et_ee"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   550
			<pkg name="pkg:/system/locale/fi"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   551
			<pkg name="pkg:/system/locale/fr_fr"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   552
			<pkg name="pkg:/system/locale/fr"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   553
			<pkg name="pkg:/system/locale/he"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   554
			<pkg name="pkg:/system/locale/hi"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   555
			<pkg name="pkg:/system/locale/hr"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   556
			<pkg name="pkg:/system/locale/hu"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   557
			<pkg name="pkg:/system/locale/id"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   558
			<pkg name="pkg:/system/locale/is"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   559
			<pkg name="pkg:/system/locale/it"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   560
			<pkg name="pkg:/system/locale/ja"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   561
			<pkg name="pkg:/system/locale/ka"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   562
			<pkg name="pkg:/system/locale/kk"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   563
			<pkg name="pkg:/system/locale/ko"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   564
			<pkg name="pkg:/system/locale/lt"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   565
			<pkg name="pkg:/system/locale/lv"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   566
			<pkg name="pkg:/system/locale/mk"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   567
			<pkg name="pkg:/system/locale/ms"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   568
			<pkg name="pkg:/system/locale/mt"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   569
			<pkg name="pkg:/system/locale/nb"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   570
			<pkg name="pkg:/system/locale/nl"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   571
			<pkg name="pkg:/system/locale/nn"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   572
			<pkg name="pkg:/system/locale/pl"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   573
			<pkg name="pkg:/system/locale/pt_br"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   574
			<pkg name="pkg:/system/locale/pt"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   575
			<pkg name="pkg:/system/locale/ro"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   576
			<pkg name="pkg:/system/locale/ru"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   577
			<pkg name="pkg:/system/locale/sh"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   578
			<pkg name="pkg:/system/locale/sk"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   579
			<pkg name="pkg:/system/locale/sl"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   580
			<pkg name="pkg:/system/locale/sq"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   581
			<pkg name="pkg:/system/locale/sr"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   582
			<pkg name="pkg:/system/locale/sv"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   583
			<pkg name="pkg:/system/locale/th"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   584
			<pkg name="pkg:/system/locale/tr"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   585
			<pkg name="pkg:/system/locale/uk"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   586
			<pkg name="pkg:/system/locale/vi"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   587
			<pkg name="pkg:/system/locale/zh_cn"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   588
			<pkg name="pkg:/system/locale/zh_hk"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   589
			<pkg name="pkg:/system/locale/zh_tw"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   590
			<pkg name="pkg:/system/management/product-registry"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   591
			<pkg name="pkg:/system/management/snmp/net-snmp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   592
			<pkg name="pkg:/system/management/sysidtool"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   593
			<pkg name="pkg:/system/manual"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   594
			<pkg name="pkg:/system/manual/locale/ja"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   595
			<pkg name="pkg:/system/network-console"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   596
			<pkg name="pkg:/system/network"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   597
			<pkg name="pkg:/system/network/nis"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   598
			<pkg name="pkg:/system/network/ppp"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   599
			<pkg name="pkg:/system/network/ppp/pppdump"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   600
			<pkg name="pkg:/system/network/ppp/tunnel"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   601
			<pkg name="pkg:/system/network/routing"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   602
			<pkg name="pkg:/system/network/spdadm"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   603
			<pkg name="pkg:/system/network/udapl"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   604
			<pkg name="pkg:/system/network/udapl/udapl-tavor"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   605
			<pkg name="pkg:/system/prerequisite/gnu"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   606
			<pkg name="pkg:/system/scheduler/fss"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   607
			<pkg name="pkg:/system/storage/fibre-channel/port-utility"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   608
			<pkg name="pkg:/system/storage/luxadm"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   609
			<pkg name="pkg:/system/trusted"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   610
			<pkg name="pkg:/system/xopen/xcu4"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   611
			<pkg name="pkg:/system/zones"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   612
			<pkg name="pkg:/system/zones/brand/ipkg"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   613
			<pkg name="pkg:/text/doctools"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   614
			<pkg name="pkg:/text/gawk"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   615
			<pkg name="pkg:/text/gnu-diffutils"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   616
			<pkg name="pkg:/text/gnu-grep"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   617
			<pkg name="pkg:/text/gnu-patch"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   618
			<pkg name="pkg:/text/gnu-sed"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   619
			<pkg name="pkg:/text/less"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   620
			<pkg name="pkg:/text/locale"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   621
			<pkg name="pkg:/text/texinfo"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   622
			<pkg name="pkg:/web/curl"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   623
			<pkg name="pkg:/web/wget"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   624
			<pkg name="pkg:/x11/server/xorg/driver/xorg-efb"/>
e19a16b03be5 13446 Distro-constructor files should use new package names after the Great Renaming.
Keith Mitchell <keith.mitchell@oracle.com>
parents: 809
diff changeset
   625
			<pkg name="pkg:/x11/server/xorg/driver/xorg-kfb"/>
773
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   626
		</packages>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   627
<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   628
     Items below this line are rarely configured
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   629
-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   630
		<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   631
		     If/how to compress the live image.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   632
		     type = compression algorithm to use for pkg.zlib and misc.zlib.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   633
		     Valid types are lzma, gzip, and none.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   634
		-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   635
		<live_img_compression type="lzma"/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   636
		<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   637
		     Indicate whether the IPS index should be generated for
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   638
		     pkg install and uninstall.  The default is to not
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   639
		     generate the IPS search index
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   640
		-->
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   641
		<generate_ips_search_index>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   642
			false
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   643
		</generate_ips_search_index>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   644
		<!--
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   645
		     Files and dirs to be included in the boot archive of all media
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   646
		     delivered by this distribution. Boot archive contains the
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   647
		     minimal list of contents in order to be able to
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   648
		     boot and setup a running system. These files and dirs
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   649
		     must exist in the pkg_image area.
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   650
		-->
824
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   651
		<boot_archive_contents>			
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   652
			<base_include type="file">usr/bin/nawk</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   653
			<base_include type="file">usr/bin/pkill</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   654
			<base_include type="file">usr/bin/cp</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   655
			<base_include type="file">usr/bin/sort</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   656
			<base_include type="file">usr/bin/sparcv9/sort</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   657
			<base_include type="file">usr/sbin/nwamcfg</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   658
			<base_include type="file">usr/sbin/nwamadm</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   659
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   660
			<!-- libraries needed by /usr/sbin/prtconf -->
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   661
			<base_include type="file">usr/lib/libsmbios.so.1</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   662
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   663
			<!-- libraries needed by /usr/sbin/svccfg -->
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   664
			<base_include type="file">usr/lib/libtecla.so.1</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   665
			<base_include type="file">usr/lib/libl.so.1</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   666
			<base_include type="file">usr/lib/libexacct.so.1</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   667
			<base_include type="file">usr/lib/libpool.so.1</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   668
			<base_include type="file">usr/lib/libidmap.so.1</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   669
			<base_include type="file">usr/lib/libldap.so.5</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   670
			<base_include type="file">usr/lib/libldap.so.1</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   671
			<base_include type="file">usr/lib/libadutils.so.1</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   672
			<base_include type="file">usr/lib/libsasl.so.1</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   673
			<base_include type="file">usr/lib/mps/libnspr4.so</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   674
			<base_include type="file">usr/lib/mps/libplc4.so</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   675
			<base_include type="file">usr/lib/mps/libnss3.so</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   676
			<base_include type="file">usr/lib/mps/libssl3.so</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   677
			<base_include type="file">usr/lib/mps/libnssutil3.so</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   678
			<base_include type="file">usr/lib/mps/libplds4.so</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   679
			<base_include type="file">usr/lib/mps/cpu/sparcv8plus/libnspr_flt4.so</base_include>
c491409a95f4 15907 Need to change DC xml to accomdate nwam fix for 6944167
Anurag S. Maskey <Anurag.Maskey@Oracle.COM>
parents: 822
diff changeset
   680
773
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   681
			<base_include type="file">usr/sbin/pmadm</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   682
			<base_include type="file">usr/sbin/prtconf</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   683
			<base_include type="file">usr/sbin/sparcv9/prtconf</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   684
			<base_include type="file">usr/sbin/lofiadm</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   685
			<base_include type="file">usr/sbin/devfsadm</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   686
			<base_include type="file">usr/sbin/modload</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   687
			<base_include type="file">usr/sbin/sparcv9/modload</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   688
			<base_include type="file">usr/sbin/mount</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   689
			<base_include type="file">usr/sbin/hostconfig</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   690
			<base_include type="file">usr/sbin/chroot</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   691
			<base_include type="file">usr/sbin/syslogd</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   692
			<base_include type="file">usr/sbin/svcadm</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   693
			<base_include type="file">usr/sbin/svccfg</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   694
			<base_include type="file">usr/sbin/df</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   695
			<base_include type="file">usr/bin/coreadm</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   696
			<base_include type="file">usr/bin/bash</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   697
			<base_include type="file">usr/bin/ksh</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   698
			<base_include type="file">usr/bin/cut</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   699
			<base_include type="file">usr/bin/sed</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   700
			<base_include type="file">usr/bin/mkdir</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   701
			<base_include type="file">usr/bin/more</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   702
			<base_include type="file">usr/bin/cat</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   703
			<base_include type="file">usr/bin/echo</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   704
			<base_include type="file">usr/bin/false</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   705
			<base_include type="file">usr/bin/grep</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   706
			<base_include type="file">usr/bin/ls</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   707
			<base_include type="file">usr/bin/rm</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   708
			<base_include type="file">usr/bin/svcprop</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   709
			<base_include type="file">usr/bin/true</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   710
			<base_include type="file">usr/bin/cd</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   711
			<base_include type="file">usr/bin/test</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   712
			<base_include type="file">usr/bin/sleep</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   713
			<base_include type="file">usr/bin/expr</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   714
			<base_include type="file">usr/bin/isaexec</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   715
			<base_include type="file">usr/bin/vi</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   716
			<base_include type="file">usr/bin/wget</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   717
			<base_include type="file">usr/has/bin/vi</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   718
			<base_include type="file">usr/lib/fs/hsfs/fstyp</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   719
			<base_include type="file">usr/lib/fs/hsfs/fstyp.so.1</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   720
			<base_include type="file">usr/lib/fs/hsfs/mount</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   721
			<base_include type="file">usr/lib/fs/tmpfs/mount</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   722
			<base_include type="file">usr/lib/fs/ufs/fstyp</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   723
			<base_include type="file">usr/lib/fs/ufs/fstyp.so.1</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   724
			<base_include type="file">usr/lib/fs/ufs/mount</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   725
			<base_include type="file">usr/lib/libfstyp.so.1</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   726
			<base_include type="file">usr/lib/platexec</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   727
			<base_include type="file">usr/lib/devfsadm/linkmod/SUNW_audio_link.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   728
			<base_include type="file">usr/lib/devfsadm/linkmod/SUNW_cfg_link.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   729
			<base_include type="file">usr/lib/devfsadm/linkmod/SUNW_disk_link.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   730
			<base_include type="file">usr/lib/devfsadm/linkmod/SUNW_fssnap_link.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   731
			<base_include type="file">usr/lib/devfsadm/linkmod/SUNW_ieee1394_link.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   732
			<base_include type="file">usr/lib/devfsadm/linkmod/SUNW_lofi_link.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   733
			<base_include type="file">usr/lib/devfsadm/linkmod/SUNW_md_link.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   734
			<base_include type="file">usr/lib/devfsadm/linkmod/SUNW_misc_link.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   735
			<base_include type="file">usr/lib/devfsadm/linkmod/SUNW_port_link.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   736
			<base_include type="file">usr/lib/devfsadm/linkmod/SUNW_ramdisk_link.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   737
			<base_include type="file">usr/lib/devfsadm/linkmod/SUNW_sgen_link.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   738
			<base_include type="file">usr/lib/devfsadm/linkmod/SUNW_tape_link.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   739
			<base_include type="file">usr/lib/devfsadm/linkmod/SUNW_usb_link.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   740
			<base_include type="file">usr/lib/devfsadm/linkmod/SUNW_zfs_link.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   741
			<base_include type="file">usr/lib/devfsadm/devfsadmd</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   742
			<base_include type="file">usr/lib/libm.so.2</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   743
			<base_include type="file">usr/lib/libm.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   744
			<base_include type="file">usr/lib/libfstyp.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   745
			<base_include type="file">usr/lib/libz.so</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   746
			<base_include type="file">usr/lib/libz.so.1</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   747
			<base_include type="file">usr/bin/sparcv9/ksh93</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   748
			<base_include type="file">usr/bin/sparcv7/ksh93</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   749
			<base_include type="file">usr/lib/isaexec</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   750
			<base_include type="file">usr/lib/libast.so.1</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   751
			<base_include type="file">usr/lib/libcmd.so.1</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   752
			<base_include type="file">usr/lib/libdll.so.1</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   753
			<base_include type="file">usr/lib/libshell.so.1</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   754
			<base_include type="file">usr/lib/libcrypt.so.1</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   755
			<base_include type="file">usr/lib/libmapmalloc.so.1</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   756
			<base_include type="file">usr/sfw/lib/libcrypto.so.0.9.8</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   757
			<base_include type="file">usr/sfw/lib/libssl.so.0.9.8</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   758
			<base_include type="file">usr/share/lib/xml/dtd/service_bundle.dtd.1</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   759
			<base_include type="file">var/sadm/install/admin/default</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   760
			<base_include type="file">var/sadm/system/admin/default_java</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   761
			<base_include type="file">var/sadm/install/contents</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   762
			<base_include type="file">var/adm/utmpx</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   763
			<base_include type="file">var/adm/wtmpx</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   764
			<base_include type="file">var/adm/aculog</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   765
			<base_include type="file">var/lib/postrun/postrun-runq</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   766
			<base_include type="file">var/lib/postrun/postrun</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   767
			<base_include type="file">var/log/postrun.log</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   768
			<base_include type="file">var/log/authlog</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   769
			<base_include type="file">var/log/syslog</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   770
			<base_include type="file">var/saf/zsmon/log</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   771
			<base_include type="file">var/spool/cron/crontabs/adm</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   772
			<base_include type="file">var/spool/cron/crontabs/root</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   773
			<base_include type="file">var/nis/NIS+LDAPmapping.template</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   774
			<base_include type="file">var/yp/aliases</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   775
			<base_include type="file">var/yp/nicknames</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   776
			<base_include type="dir">kernel</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   777
			<base_include type="dir">boot</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   778
			<base_include type="dir">platform</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   779
			<base_include type="dir">system</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   780
			<base_include type="dir">lib</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   781
			<base_include type="dir">sbin</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   782
			<base_include type="dir">dev</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   783
			<base_include type="dir">devices</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   784
			<base_include type="dir">root</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   785
			<base_include type="dir">jack</base_include>
822
2ba2b98f055e 10129 Blocker bug for Driver Update project
Jack Schwartz <Jack.A.Schwartz@Sun.COM>
parents: 820
diff changeset
   786
			<base_include type="dir">etc</base_include>
773
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   787
			<base_include type="dir">var/svc/manifest</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   788
			<base_include type="dir">var/svc/profile</base_include>
822
2ba2b98f055e 10129 Blocker bug for Driver Update project
Jack Schwartz <Jack.A.Schwartz@Sun.COM>
parents: 820
diff changeset
   789
			<base_include type="dir">var/sadm</base_include>
773
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   790
			<base_include type="file" fiocompress="false">etc/svc/repository.db</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   791
			<base_include type="file" fiocompress="false">etc/dev/.devfsadm_dev.lock</base_include>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   792
			<base_include type="file" fiocompress="false">etc/name_to_major</base_include>
822
2ba2b98f055e 10129 Blocker bug for Driver Update project
Jack Schwartz <Jack.A.Schwartz@Sun.COM>
parents: 820
diff changeset
   793
			<base_include type="file" fiocompress="false">etc/minor_perm</base_include>
2ba2b98f055e 10129 Blocker bug for Driver Update project
Jack Schwartz <Jack.A.Schwartz@Sun.COM>
parents: 820
diff changeset
   794
			<base_include type="file" fiocompress="false">etc/driver_aliases</base_include>
2ba2b98f055e 10129 Blocker bug for Driver Update project
Jack Schwartz <Jack.A.Schwartz@Sun.COM>
parents: 820
diff changeset
   795
			<base_include type="file" fiocompress="false">etc/driver_classes</base_include>
2ba2b98f055e 10129 Blocker bug for Driver Update project
Jack Schwartz <Jack.A.Schwartz@Sun.COM>
parents: 820
diff changeset
   796
			<base_include type="file" fiocompress="false">etc/path_to_inst</base_include>
773
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   797
			<base_include type="file" fiocompress="false">etc/default/init</base_include>
780
df9db2f32f58 15249 network configuration related files must be kept uncompressed in the SPARC microroot
Alok Aggarwal <Alok.Aggarwal@Sun.COM>
parents: 773
diff changeset
   798
			<base_include type="file" fiocompress="false">etc/nsswitch.conf</base_include>
773
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   799
		</boot_archive_contents>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   800
	</img_params>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   801
	<key_value_pairs/>
cc0753f47d02 6367 Provide a text-installer for opensolaris
Keith Mitchell <keith.mitchell@sun.com>
parents:
diff changeset
   802
</distribution>