Home | History | Annotate | Download | only in profiles
osol-ai-manifest-base-explicit.xml revision tip
      1 <!--
      2     CDDL HEADER START
      3 
      4     The contents of this file are subject to the terms of the
      5     Common Development and Distribution License (the "License").
      6     You may not use this file except in compliance with the License.
      7 
      8     You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
      9     or http://www.opensolaris.org/os/licensing.
     10     See the License for the specific language governing permissions
     11     and limitations under the License.
     12 
     13     When distributing Covered Code, include this CDDL HEADER in each
     14     file and include the License file at usr/src/OPENSOLARIS.LICENSE.
     15     If applicable, add the following below this CDDL HEADER, with the
     16     fields enclosed by brackets "[]" replaced with your own identifying
     17     information: Portions Copyright [yyyy] [name of copyright owner]
     18 
     19     CDDL HEADER END
     20 
     21     Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
     22     Use is subject to license terms.
     23 -->
     24 
     25 <!--
     26     Experimental generic base install profile for OpenSolaris Build 126.
     27 
     28     See the OpenSolaris JeOS project for more information:
     29 
     30     http://opensolaris.org/os/project/jeos/
     31 
     32     Initial username and password are: osol / justone1
     33 -->
     34     
     35 <ai_criteria_manifest>
     36     <ai_embedded_manifest>
     37         <ai_manifest name="default">
     38             <ai_pkg_repo_default_authority>
     39                 <main url="http://pkg.opensolaris.org/dev" authname="opensolaris.org"/>
     40                 <mirror url=""/>
     41             </ai_pkg_repo_default_authority>
     42             <ai_install_packages>
     43                   <!-- 
     44                       In the future, the base package list would be represented
     45                       by a metapackage such that only that metapackage need be
     46                       listed below followed by any other packages the
     47                       developer would like to install.
     48                   -->
     49                   <!-- 
     50                       Distribution support features 
     51                   -->
     52 		  <pkg name="entire (a] 0.5.11-0.126"/>
     53                   <pkg name="SUNWdistro-license-copyright"/>
     54                   <pkg name="SUNWsolnm"/>
     55                   <!-- 
     56                       Core OS features
     57                   -->
     58                   <pkg name="SUNWcsd"/>
     59                   <pkg name="SUNWcs"/>
     60                   <pkg name="SUNWcsl"/>
     61                   <pkg name="SUNWckr"/>
     62                   <pkg name="SUNWcakr"/>
     63                   <pkg name="SUNWcar"/>
     64                   <pkg name="SUNWkvm"/>
     65                   <pkg name="SUNWadmr"/>
     66                   <pkg name="SUNWgrub"/>
     67                   <pkg name="SUNWipkg"/>
     68                   <pkg name="SUNWkey"/>
     69                   <pkg name="SUNWlang-common"/>
     70                   <pkg name="SUNWlang-enUS"/>
     71                   <pkg name="SUNWrmod"/>
     72                   <pkg name="SUNWos86r"/>
     73                   <pkg name="SUNWzfs"/>
     74                   <!-- 
     75                       Basic serviceability features 
     76                   -->
     77                   <pkg name="SUNWfmd"/>
     78                   <!-- 
     79                       Basic networking features 
     80                   -->
     81                   <pkg name="SUNWcnetr"/>
     82                   <pkg name="SUNWipf"/>
     83                   <pkg name="SUNWroute"/>
     84                   <!-- 
     85                       Basic administrative features 
     86                   -->
     87                   <pkg name="SUNWadmap"/>
     88                   <pkg name="SUNWbash"/>
     89                   <pkg name="SUNWbeadm"/>
     90                   <pkg name="SUNWbip"/>
     91                   <pkg name="SUNWbzip"/>
     92                   <pkg name="SUNWesu"/>
     93                   <pkg name="SUNWgnu-coreutils"/>
     94                   <pkg name="SUNWgnu-nano"/>
     95                   <pkg name="SUNWgzip"/>
     96                   <!-- 
     97                       Extra packages for VirtualBox platform 
     98                   -->
     99                   <pkg name="SUNWpsdcr"/>
    100                   <pkg name="SUNWpsdir"/>
    101                   <pkg name="SUNWahci"/>
    102                   <pkg name="SUNWintgige"/>
    103                   <pkg name="SUNWrtls"/>
    104             </ai_install_packages>
    105             <!-- ai_uninstall_packages here -->
    106             <ai_auto_reboot>
    107                 false
    108             </ai_auto_reboot>
    109         </ai_manifest>
    110     </ai_embedded_manifest>
    111     <sc_embedded_manifest name = "AI">
    112         <!-- <?xml version='1.0'?>
    113         <!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1">
    114         <service_bundle type="profile" name="name">
    115             <service name="ai_properties" version="1" type="service">
    116                 <instance name="default" enabled="true">
    117                     <property_group name="ai" type="application">
    118                         <propval name="username" type="astring" value="osol"/>
    119 			<propval name="userpass" type="astring" value="$5$QozYKGdc$40Bo8ychJEaBVvJN5uwAzIwO7xdyuZ2ZH49L6Gd/l3."/>
    120                         <propval name="description" type="astring" value="Default user for prototypes"/>
    121                         <propval name="rootpass" type="astring" value="$5$7g4VYNDC$/5E1sW/qyA7zsWqm9nJ/YE2ZtTTzXLv4miQQ3K6bfq/"/>
    122                         <propval name="timezone" type="astring" value="UTC"/>
    123                         <propval name="hostname" type="astring" value="opensolaris"/>
    124                     </property_group>
    125                 </instance>
    126              </service>
    127         </service_bundle>
    128     -->
    129     </sc_embedded_manifest>
    130 </ai_criteria_manifest>
    131