SEARCH
TOOLBOX
LANGUAGES
Kvm

Kvm

From Hugme.org

Jump to: navigation, search

Creating a virtual instance

  • This will create your virtual machine:
    • virt-install --accelerate -n Scooter -r 2048 --arch x86_64 --nographics --cdrom ~hugme/iso/FreeBSD-8.1-RELEASE-amd64-disc1_console.iso --disk path=/var/lib/libvirt/images/scooter.img,size=15 --network=bridge:br0
  • This will remove the machine
    • virsh undefine [[Name of virtual machine]