feat: changed disk to raw
This commit is contained in:
@@ -11,8 +11,8 @@
|
|||||||
</cpu>
|
</cpu>
|
||||||
<devices>
|
<devices>
|
||||||
<disk type='file' device='disk'>
|
<disk type='file' device='disk'>
|
||||||
<driver name='qemu' type='qcow2'/>
|
<driver name='qemu' type='raw'/>
|
||||||
<source path='/var/lib/libvirt/images/basic-vm.qcow2'/> <!-- Disk image path -->
|
<source path='/var/lib/libvirt/images/debian.img'/> <!-- Disk image path -->
|
||||||
<target dev='vda' bus='virtio'/>
|
<target dev='vda' bus='virtio'/>
|
||||||
</disk>
|
</disk>
|
||||||
<interface type='network'>
|
<interface type='network'>
|
||||||
|
|||||||
Reference in New Issue
Block a user