Skip to content

Instantly share code, notes, and snippets.

@skamithi
Created December 11, 2014 19:05
Show Gist options
  • Save skamithi/c4d7069175c93c28740b to your computer and use it in GitHub Desktop.
Save skamithi/c4d7069175c93c28740b to your computer and use it in GitHub Desktop.
installing a new VM on my laptop_using libvirt
# virt-builder ubuntu-14.04 --size 5G --hostname cacti --root-password password:<mypassword> --format qcow2 -o cacti.qcow2

# virt-install --import --name cacti --ram 1024 --disk $HOME/imgs/cacti.qcow2,format=qcow2,bus=virtio,cache=none --os-type linux --os-variant ubuntutrusty
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment