blob: b4affdbc198b6c3ab87e000b4dfa8708bc9b11de (
plain) (
blame)
1
2
3
4
5
6
7
8
9
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>
|