Skip to content

Instantly share code, notes, and snippets.

@mitchellhuang
Created February 3, 2013 17:26
Show Gist options
  • Save mitchellhuang/4702695 to your computer and use it in GitHub Desktop.
Save mitchellhuang/4702695 to your computer and use it in GitHub Desktop.
kvmbuilder example
sudo vmbuilder kvm ubuntu --suite oneiric --flavour virtual --arch amd64 \
-v --hostname=siriproxy.local \
--dest=/vm/vm1 \
--user 'mitchell' --name 'Mitchell Huang' --pass '12345' \
--bridge 'br0' --libvirt 'qemu:///system' \
--mem=1024 --cpus=1 \
--rootsize=10240 --swapsize=1024 \
--addpkg openssh-server \
--addpkg vim \
--addpkg acpid
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment