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> </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'>