C.1 Sample Brief Configuration File
This section shows the contents of the sample brief configuration file, which you can generate by using the -c (--create-config) option of the Image Tool.
<jrockitve-imagetool-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="jrockitve-imagetool-config.xsd" version="5.1">
<jrockitve-config memory="256 MB" cpus="1">
<storage>
<disks>
<disk id="root" size="256 MB"/>
</disks>
<mounts>
<mount>
<mount-point>/</mount-point>
<disk>root</disk>
</mount>
</mounts>
</storage>
<vm-name>default-vm</vm-name>
<java-arguments>HelloWorld</java-arguments>
<network>
<nics>
<nic type="bridged"/>
</nics>
</network>
</jrockitve-config>
</jrockitve-imagetool-config>