feat: changed disk to raw
This commit is contained in:
@@ -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'>
|
||||
|
||||
Reference in New Issue
Block a user