[PLDWWW] page changed: docs:libvirt

"Arkadiusz Miśkiewicz (arekm)" arekm at pld-linux.org
Sun May 11 13:01:17 CEST 2014



--- https://www.pld-linux.org/docs/libvirt?rev=1399805968
+++ https://www.pld-linux.org/docs/libvirt
@@ -1,8 +1,19 @@
+ ==== Sparse image ====
  
- Sparse image:
- 
+ <file>
  qemu-img create -f qcow2 /var/lib/libvirt/images/test.qcow2 64G
+ </file>
  
- Installation:
+ ==== Installation ====
  
+ <file>
  virt-install -r 4096 --accelerate -n testowy -f /var/lib/libvirt/images/test.qcow2 --cdrom /CentOS-6.5-x86_64-bin-DVD1.iso --network=type=direct,source=eth0 --graphics vnc,listen=0.0.0.0 --noautoconsole
+ </file>
+ 
+ ==== Deleting guest ====
+ 
+ <file>
+ virsh
+ destroy testowy
+ undefine testowy
+ </file>


Diff URL:
  https://www.pld-linux.org/docs/libvirt?do=diff&r1=1399805968&r2=1399806077
-- 
This mail was generated by DokuWiki at
https://www.pld-linux.org/


More information about the pld-cvs-commit mailing list