This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
public:techstuff:libvirt [2013/09/06 11:55] – nathan | public: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 < | ||
+ | sudo debootstrap wheezy < | ||
+ | sudo virt-install --connect lxc:/// --name cubert --ram 512 --vcpu 2 --filesystem / | ||
virt-install \ | virt-install \ | ||
Line 22: | Line 27: | ||
--ram 512 | --ram 512 | ||
--vcpus 2 | --vcpus 2 | ||
- | |||
==== Existing KVM image ==== | ==== Existing KVM image ==== | ||