Changes between Version 11 and Version 12 of KVM
- Timestamp:
- 12/13/22 20:19:27 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
KVM
v11 v12 48 48 49 49 {{{ 50 50 ## default xml file /etc/libvirt/qemu 51 ## default disk image /var/lib/libvirt/images 52 ## Create a VM 51 53 virt-install \ 52 54 --virt-type kvm \ … … 60 62 --graphics vnc,listen=0.0.0.0 61 63 64 ## Clone a VM 65 virt-clone --original debian --name newdebian --auto-clone 62 66 }}} 63 67