kickstart - sadc has no -d option so don't add it
[autocluster.git] / templates / bootbase.xml
1 <!-- used when booting the base disk for base changes -->
2 <domain type='kvm'>
3   <name>@@NAME@@</name>
4   <uuid>@@UUID@@</uuid>
5   <memory>@@MEM@@</memory>
6   <currentMemory>@@MEM@@</currentMemory>
7   <vcpu>@@NUMCPUS@@</vcpu>
8   <os>
9     <type>hvm</type>
10     <boot dev='hd'/>
11   </os>
12   <features>
13     <acpi/>
14   </features>
15   <clock offset='utc'/>
16   <on_poweroff>destroy</on_poweroff>
17   <on_reboot>restart</on_reboot>
18   <on_crash>destroy</on_crash>
19   <devices>
20     <emulator>@@KVM@@</emulator>
21     <disk type='file' device='disk'>
22       <source file='@@DISK@@'/>
23       <target dev='@@SYSTEM_DISK_PREFIX@@a' bus='@@SYSTEM_DISK_TYPE@@'/>
24       <driver name='qemu' type='@@SYSTEM_DISK_FORMAT@@' cache='@@SYSTEM_DISK_CACHE@@'/>
25     </disk>
26 @@@NETWORK_TEMPLATE@@@
27     <input type='mouse' bus='ps2'/>
28     <graphics type='vnc' port='-1' listen='127.0.0.1'/>
29     <serial type="file">
30      <source path="@@KVMLOG@@/serial.@@CLUSTER@@"/>
31      <target port="1"/>
32     </serial>
33   </devices>
34 </domain>