Changes between Version 11 and Version 12 of KVM


Ignore:
Timestamp:
12/13/22 20:19:27 (17 months ago)
Author:
sky
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • KVM

    v11 v12  
    4848
    4949{{{
    50 
     50## default xml file /etc/libvirt/qemu
     51## default disk image /var/lib/libvirt/images
     52## Create a VM
    5153virt-install \
    5254--virt-type kvm \
     
    6062--graphics vnc,listen=0.0.0.0
    6163
     64## Clone a VM
     65virt-clone --original debian --name newdebian --auto-clone
    6266}}}
    6367