7083444 sample ai manifest file has definitions for partitions enabled instead of being commented out
authorswati sarraf <swati.sarraf@oracle.com>
Tue, 19 Jun 2012 14:19:21 -0700
changeset 1719 e6d6162c0410
parent 1718 4cec97c628bb
child 1720 ebaf262338a3
7083444 sample ai manifest file has definitions for partitions enabled instead of being commented out
usr/src/cmd/auto-install/manifest/ai_manifest.xml.src
--- a/usr/src/cmd/auto-install/manifest/ai_manifest.xml.src	Tue Jun 19 13:34:37 2012 -0600
+++ b/usr/src/cmd/auto-install/manifest/ai_manifest.xml.src	Tue Jun 19 14:19:21 2012 -0700
@@ -79,13 +79,17 @@
         use whole_disk="true" if you do not wish to specify <partition>
         or <slice> children.
       -->
+      <!--
       <disk whole_disk="true">
+      -->
         <!-- G1 -->
         <!--
           c#t#d# device name like c0t0d0 or 
           MPXIO name like c0t2000002037CD9F72d0
         -->
+        <!--
         <disk_name name="c1t0d0" name_type="ctd"/>
+        -->
         <!-- volume name set for instance by means
           of format(1M) command
         -->
@@ -175,6 +179,7 @@
         or, use the following to create a Solaris partition.
         Remember to set whole_disk="false" in the parent <disk> element.
         -->
+        <!--
         <partition name="1" part_type="191">
           <size start_sector="200" val="40960mb"/>
           <slice name="0">
@@ -184,13 +189,16 @@
             <size val="20480mb"/>
           </slice>
         </partition>
+        -->
         <!-- Define some other partitions to create too -->
+        <!-- 
         <partition name="2" part_type="99">
           <size start_sector="200" val="20480mb"/>
         </partition>
         <partition name="4" part_type="99">
           <size start_sector="2000" val="20480mb"/>
         </partition>
+        -->
         <!--
         On SPARC systems, only specify the Slice layout.
         -->
@@ -202,7 +210,9 @@
               <size val="20480mb"/>
             </slice>
         -->
+      <!--
       </disk>
+      -->
       <logical>
         <zpool name="rpool" is_root="true">
           <!--