| Current File : //usr/share/install/ai.dtd |
<!--
Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
-->
<!ELEMENT auto_install (ai_instance)>
<!ENTITY % target SYSTEM "target.dtd.2">
%target;
<!ENTITY % boot_mods SYSTEM "boot_mods.dtd.1">
%boot_mods;
<!ENTITY % configuration SYSTEM "configuration.dtd.1">
%configuration;
<!ENTITY % software SYSTEM "software.dtd.1">
%software;
<!--
The source element, if specified, is for post installation changes
to the publisher for IPS. The first source element specified
will be considered the primary source, all additional sources
will be added as secondary sources.
-->
<!ELEMENT ai_instance (boot_mods?, target?, software+, add_drivers?, (configuration*), source*)>
<!ATTLIST ai_instance name CDATA #IMPLIED>
<!ATTLIST ai_instance http_proxy CDATA #IMPLIED>
<!ATTLIST ai_instance auto_reboot (true|false) "false">
<!ELEMENT add_drivers (software*, search_all?)>
<!ELEMENT search_all (source?)>
<!ATTLIST search_all addall (true|false) "false">