usr/src/cmd/auto-install/ai_manifest.defval.xml
changeset 862 e9f31f2f2f2d
parent 861 ccd399d2c6f7
child 863 5a915c215754
--- a/usr/src/cmd/auto-install/ai_manifest.defval.xml	Tue Aug 17 18:22:44 2010 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,104 +0,0 @@
-<!--
-CDDL HEADER START
-
-The contents of this file are subject to the terms of the
-Common Development and Distribution License (the "License").
-You may not use this file except in compliance with the License.
-
-You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
-or http://www.opensolaris.org/os/licensing.
-See the License for the specific language governing permissions
-and limitations under the License.
-
-When distributing Covered Code, include this CDDL HEADER in each
-file and include the License file at usr/src/OPENSOLARIS.LICENSE.
-If applicable, add the following below this CDDL HEADER, with the
-fields enclosed by brackets "[]" replaced with your own identifying
-information: Portions Copyright [yyyy] [name of copyright owner]
-
-CDDL HEADER END
-
-Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
-Use is subject to license terms.
--->
-
-<!--
-===============================================================================
-RelaxNG default manifest for Automatic Installer input manifest specification.
-===============================================================================
--->
-
-
-<defaults_and_validation_manifest name="version 0.1">
-	<helpers>
-	</helpers>
-	<default nodepath="ai_pkg_repo_default_publisher/main/url"
-	    from="value" type="attribute" missing_parent="skip">
-	        http://pkg.opensolaris.org/release
-	</default>
-	<default nodepath="ai_pkg_repo_default_publisher/main/publisher"
-	    from="value" type="attribute" missing_parent="skip">
-	        opensolaris.org
-	</default>
-	<default nodepath="ai_pkg_repo_default_authority/main/url"
-	    from="value" type="attribute" missing_parent="skip">
-	        http://pkg.opensolaris.org/release
-	</default>
-	<default nodepath="ai_pkg_repo_default_authority/main/authname"
-	    from="value" type="attribute" missing_parent="skip">
-	        opensolaris.org
-	</default>
-	<default nodepath="ai_packages/package_name"
-	    from="value" type="element" missing_parent="skip">
-	        SUNWcsd
-		SUNWcs
-		babel_install
-		entire
-	</default>
-	<default nodepath="ai_device_partitioning/partition_number"
-	    from="value" type="element" missing_parent="skip">
-		0
-	</default>
-	<default nodepath="ai_device_partitioning/partition_start_sector"
-	    from="value" type="element" missing_parent="skip">
-		-1
-	    <!--
-	    	default -1 is interpreted as no start sector specified
-	    	AI engine will find best location
-	    -->
-	</default>
-	<default nodepath="ai_device_partitioning/partition_type"
-	    from="value" type="element" missing_parent="skip">
-		191	<!-- 191=Solaris2 -->
-	</default>
-	<default nodepath="ai_device_partitioning/partition_size"
-	    from="value" type="element" missing_parent="skip">
-		0
-	</default>
-	<default nodepath="ai_device_partitioning/partition_size"
-	    from="value" type="element" missing_parent="skip">
-		0
-	</default>
-	<default nodepath="ai_device_partitioning/partition_is_logical"
-	    from="value" type="element" missing_parent="skip">
-		false
-	</default>
-	<!-- use this to override units for all partition size specifications -->
-	<default nodepath="ai_device_partitioning/partition_size_units"
-	    from="value" type="element" missing_parent="skip">
-		mb
-	</default>
-	<!-- use this to override units for all slice size specifications -->
-	<default nodepath="ai_device_vtoc_slices/slice_size_units"
-	    from="value" type="element" missing_parent="skip">
-		mb
-	</default>
-	<default nodepath="ai_device_vtoc_slices/slice_size"
-	    from="value" type="element" missing_parent="skip">
-		0
-	</default>
-	<default nodepath="ai_device_vtoc_slices/slice_on_existing"
-	    from="value" type="element" missing_parent="skip">
-		error
-	</default>
-</defaults_and_validation_manifest>