summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2012-01-30 16:26:53 +1100
committerAmitay Isaacs <amitay@gmail.com>2012-01-30 16:26:53 +1100
commitb23320928c9efe7563e16fb9ffa1ca41a85a638d (patch)
tree563e26d93ac92ddb4e81a0e825b768ca5287d46f /templates
parentaa3d4a07a8a367a6da42062cae0362c85f498e58 (diff)
downloadautocluster-b23320928c9efe7563e16fb9ffa1ca41a85a638d.tar.gz
autocluster-b23320928c9efe7563e16fb9ffa1ca41a85a638d.tar.xz
autocluster-b23320928c9efe7563e16fb9ffa1ca41a85a638d.zip
Add missing type option for qemu driver
Diffstat (limited to 'templates')
-rw-r--r--templates/bootbase.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/bootbase.xml b/templates/bootbase.xml
index 0780e73..6bbd457 100644
--- a/templates/bootbase.xml
+++ b/templates/bootbase.xml
@@ -21,7 +21,7 @@
<disk type='file' device='disk'>
<source file='@@DISK@@'/>
<target dev='@@SYSTEM_DISK_PREFIX@@a' bus='@@SYSTEM_DISK_TYPE@@'/>
- <driver name='qemu' cache='@@SYSTEM_DISK_CACHE@@'/>
+ <driver name='qemu' type='@@SYSTEM_DISK_FORMAT@@' cache='@@SYSTEM_DISK_CACHE@@'/>
</disk>
<interface type='network'>
<mac address='00:00:00:00:00:01'/>