feat: changed disk to raw

This commit is contained in:
Leonard Excoffier
2024-09-08 22:40:17 -04:00
parent df25dda301
commit 9acf2936de

View File

@@ -11,8 +11,8 @@
</cpu>
<devices>
<disk type='file' device='disk'>
<driver name='qemu' type='qcow2'/>
<source path='/var/lib/libvirt/images/basic-vm.qcow2'/> <!-- Disk image path -->
<driver name='qemu' type='raw'/>
<source path='/var/lib/libvirt/images/debian.img'/> <!-- Disk image path -->
<target dev='vda' bus='virtio'/>
</disk>
<interface type='network'>