Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
kvm [2010/03/29 23:59]
a
kvm [2012/04/14 14:14]
stojan
Line 1: Line 1:
 ====== KVM ====== ====== KVM ======
 +**
 +Creating VMs from Debian repositories**
  
 +How to create a new VM with 2GB of memory and 15GB disk image directly from Debian repo:
 +
 +<code>
 +virt-install -n vmserver -r 2048 --os-type=linux --os-variant=debiansqueeze \
 +--disk /backups/vmserver.raw,device=disk,bus=virtio,size=15,sparse=true,format=raw -w bridge=br0,model=virtio \
 +--vnc --noautoconsole --location  http://cdn.debian.net/debian/dists/stable/main/installer-amd64/
 +</code>
  
 [[http://www.linux-kvm.com/content/get-performance-boost-backing-your-kvm-guest-hugetlbfs|Get a performance boost by backing your KVM guest with hugetlbfs]] [[http://www.linux-kvm.com/content/get-performance-boost-backing-your-kvm-guest-hugetlbfs|Get a performance boost by backing your KVM guest with hugetlbfs]]
kvm.txt ยท Last modified: 2012/04/14 14:25 by stojan
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready