summaryrefslogtreecommitdiffstats
path: root/templates/bootbase.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/bootbase.xml')
-rw-r--r--templates/bootbase.xml34
1 files changed, 0 insertions, 34 deletions
diff --git a/templates/bootbase.xml b/templates/bootbase.xml
deleted file mode 100644
index 3824c50..0000000
--- a/templates/bootbase.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-<!-- used when booting the base disk for base changes -->
-<domain type='kvm'>
- <name>@@NAME@@</name>
- <uuid>@@UUID@@</uuid>
- <memory>@@MEM@@</memory>
- <currentMemory>@@MEM@@</currentMemory>
- <vcpu>@@NUMCPUS@@</vcpu>
- <os>
- <type>hvm</type>
- <boot dev='hd'/>
- </os>
- <features>
- <acpi/>
- </features>
- <clock offset='utc'/>
- <on_poweroff>destroy</on_poweroff>
- <on_reboot>restart</on_reboot>
- <on_crash>destroy</on_crash>
- <devices>
- <emulator>@@KVM@@</emulator>
- <disk type='file' device='disk'>
- <source file='@@DISK@@'/>
- <target dev='@@SYSTEM_DISK_PREFIX@@a' bus='@@SYSTEM_DISK_TYPE@@'/>
- <driver name='qemu' type='@@SYSTEM_DISK_FORMAT@@' cache='@@SYSTEM_DISK_CACHE@@'/>
- </disk>
-@@@NETWORK_TEMPLATE@@@
- <input type='mouse' bus='ps2'/>
- <graphics type='vnc' port='-1' listen='127.0.0.1'/>
- <serial type="file">
- <source path="@@KVMLOG@@/serial.@@CLUSTER@@"/>
- <target port="1"/>
- </serial>
- </devices>
-</domain>