<?xml version="1.0" encoding="UTF-8"?>
<!--
-->
<!ENTITY REQUIRED_PACKAGES SYSTEM "packages.xml">
]>
<auto_install>
<ai_instance name="zone_default">
<target>
<logical>
<zpool name="rpool">
<!--
Subsequent <filesystem> entries instruct an installer
to create the following ZFS datasets:
<root_pool>/export (mounted on /export)
Those datasets are part of standard environment
and should always be created.
In rare cases, if there is a need to deploy a zone
without these datasets, either comment out or remove
<filesystem> entries. In such scenario, it has to be also
assured that in case of non-interactive post-install
configuration, creation of initial user account is
disabled in related system configuration profile.
Otherwise the installed zone would fail to boot.
-->
<filesystem name="export" mountpoint="/export"/>
<be name="solaris">
<options>
<option name="compression" value="on"/>
</options>
</be>
</zpool>
</logical>
</target>
<software type="IPS">
<destination>
<image>
<!-- Specify locales to install -->
</image>
</destination>
<software_data action="install">
&REQUIRED_PACKAGES;
</software_data>
</software>
</ai_instance>
</auto_install>