6978930 Missing iscsi packages after 16423
authorSarah Jelinek <Sarah.Jelinek@Oracle.COM>
Mon, 23 Aug 2010 16:07:53 -0600
changeset 865 1cf58699c6c0
parent 864 0fc61e5f5219
child 866 98116df00176
6978930 Missing iscsi packages after 16423
usr/src/cmd/auto-install/default.xml
--- a/usr/src/cmd/auto-install/default.xml	Mon Aug 23 11:34:21 2010 -0600
+++ b/usr/src/cmd/auto-install/default.xml	Mon Aug 23 16:07:53 2010 -0600
@@ -31,19 +31,26 @@
           <origin name="http://pkg.opensolaris.org/release"/>
         </publisher>
       </source>
-
-     <!--
+      <!--
 	By default the latest build available, in the specified IPS
 	repository, is installed.  If another build is required, the 
 	build number has to be appended to the 'entire' package in following
 	form:
 
 	<name>pkg:/[email protected]#</name>
-      --> 
-
+      -->
       <software_data action="install" type="IPS">
         <name>pkg:/entire</name>
         <name>pkg:/babel_install</name>
+        <!--
+	    The following packages are required by iSCSI and included
+	    by default to make it easier for users to enable iSCSI if
+	    desired. They can be deleted from this list if iSCSI isn't 
+	    used. See iscsiadm(1m) man page for more information. 
+	    support for iSCSI. 
+	-->
+        <name>pkg:/network/iscsi/initiator</name>
+        <name>pkg:/network/iscsi/iser</name>
       </software_data>
       <!--
 	    babel_install and slim_install are group packages used to
@@ -56,17 +63,17 @@
         <name>pkg:/slim_install</name>
       </software_data>
     </software>
-   <!--
+    <!--
 	Add missing driver packages to a booted install image so an
 	installation can complete.  Add packages to target as well.
 	<search_all> searches and installs from configured repo.
     -->
-	<!--
+    <!--
                 Uncomment before using
             <add_drivers>
                 <search_all/>
             </add_drivers>
-	--> 
+	-->
     <sc_embedded_manifest name="AI">
       <!-- <?xml version='1.0'?>
       <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">