User Tools

Site Tools


public:techstuff:libvirt

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:techstuff:libvirt [2013/09/06 11:55] nathanpublic:techstuff:libvirt [2020/04/25 13:05] (current) – external edit 127.0.0.1
Line 16: Line 16:
  
   * Capped resources at 512mb of ram and 2 cpus   * Capped resources at 512mb of ram and 2 cpus
 +
 +  cd /img
 +  mkdir <vmname>
 +  sudo debootstrap wheezy <vmname> http://mirror.byte.net.nz/debian/
 +  sudo virt-install --connect lxc:/// --name cubert --ram 512 --vcpu 2 --filesystem /img/cubert/,/ --noautoconsole -w network=vm
  
   virt-install \   virt-install \
Line 22: Line 27:
   --ram 512   --ram 512
   --vcpus 2   --vcpus 2
- 
 ==== Existing KVM image ==== ==== Existing KVM image ====
  
public/techstuff/libvirt.1378468540.txt.gz · Last modified: 2020/04/25 13:05 (external edit)