aboutsummaryrefslogtreecommitdiff
path: root/templates/disk.rs.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/disk.rs.xml')
-rw-r--r--templates/disk.rs.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/disk.rs.xml b/templates/disk.rs.xml
new file mode 100644
index 0000000..b4affdb
--- /dev/null
+++ b/templates/disk.rs.xml
@@ -0,0 +1,10 @@
+@(ship: String)
+<disk type='file' device='cdrom'>
+ <driver name='qemu' type='raw'/>
+ <source file='@ship' index='1'/>
+ <backingStore/>
+ <target dev='sdb' bus='sata'/>
+ <readonly/>
+ <alias name='sata0-0-0'/>
+ <address type='drive' controller='0' bus='0' target='0' unit='0'/>
+</disk>