44
Element Description Required?
<root-password> The desired root password for the XenServer host. If a
password is not provided, a prompt will be displayed when the
host is first booted.
Attributes:
You can also specify a type attribute for this element. For
example:
<root-password type="hash">hashedpassword</root-
password>
N
<source> Where the packages should be installed from.
Attributes:
type: url, nfs, or local
If local, leave the element empty. For example,
<source type="url">
http://server/packages
</source>
<source type="local" />
<source type="nfs">
server:packages
</source>
Y
<driver-source> Where the Supplemental Packs containing device drivers
should be installed from. Optional. Element may occur
multiple times.
Attributes:
type: url, nfs, or local
If local, leave the element empty. For example,
<driver-source type="url">
http://server/drivers
</driver-source>
<driver-source type="local" />
<driver-source type="nfs">
server:drivers
</driver-source>
N