3996N/A<?xml version="1.0" encoding="UTF-8"?>
3996N/A<!--
3996N/A
3996N/A Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
3996N/A
3996N/A-->
3996N/A<!DOCTYPE auto_install SYSTEM "file:///usr/share/install/ai.dtd.1" [
3996N/A<!ENTITY REQUIRED_PACKAGES SYSTEM "packages.xml">
3996N/A]>
3996N/A
3996N/A<auto_install>
3996N/A <ai_instance name="zone_default">
3996N/A <target>
3996N/A <logical>
3996N/A <zpool name="rpool">
3996N/A <!--
3996N/A Subsequent <filesystem> entries instruct an installer
3996N/A to create the following ZFS datasets:
3996N/A
3996N/A <root_pool>/export (mounted on /export)
3996N/A <root_pool>/export/home (mounted on /export/home)
3996N/A
3996N/A Those datasets are part of standard environment
3996N/A and should always be created.
3996N/A
3996N/A In rare cases, if there is a need to deploy a zone
3996N/A without these datasets, either comment out or remove
3996N/A <filesystem> entries. In such scenario, it has to be also
3996N/A assured that in case of non-interactive post-install
3996N/A configuration, creation of initial user account is
3996N/A disabled in related system configuration profile.
3996N/A Otherwise the installed zone would fail to boot.
3996N/A -->
3996N/A <filesystem name="export" mountpoint="/export"/>
3996N/A <filesystem name="export/home"/>
3996N/A <be name="solaris">
3996N/A <options>
3996N/A <option name="compression" value="on"/>
3996N/A </options>
3996N/A </be>
3996N/A </zpool>
3996N/A </logical>
3996N/A </target>
3996N/A
3996N/A <software type="IPS">
3996N/A <destination>
3996N/A <image>
3996N/A <!-- Specify locales to install -->
3996N/A <facet set="false">facet.locale.*</facet>
3996N/A <facet set="true">facet.locale.de</facet>
3996N/A <facet set="true">facet.locale.de_DE</facet>
3996N/A <facet set="true">facet.locale.en</facet>
3996N/A <facet set="true">facet.locale.en_US</facet>
3996N/A <facet set="true">facet.locale.es</facet>
3996N/A <facet set="true">facet.locale.es_ES</facet>
3996N/A <facet set="true">facet.locale.fr</facet>
3996N/A <facet set="true">facet.locale.fr_FR</facet>
3996N/A <facet set="true">facet.locale.it</facet>
3996N/A <facet set="true">facet.locale.it_IT</facet>
3996N/A <facet set="true">facet.locale.ja</facet>
3996N/A <facet set="true">facet.locale.ja_*</facet>
3996N/A <facet set="true">facet.locale.ko</facet>
3996N/A <facet set="true">facet.locale.ko_*</facet>
3996N/A <facet set="true">facet.locale.pt</facet>
3996N/A <facet set="true">facet.locale.pt_BR</facet>
3996N/A <facet set="true">facet.locale.zh</facet>
3996N/A <facet set="true">facet.locale.zh_CN</facet>
3996N/A <facet set="true">facet.locale.zh_TW</facet>
3996N/A </image>
3996N/A </destination>
3996N/A <software_data action="install">
3996N/A <name>pkg:/group/system/solaris-small-server</name>
3996N/A &REQUIRED_PACKAGES;
3996N/A </software_data>
3996N/A </software>
3996N/A </ai_instance>
3996N/A</auto_install>