Skip to content

Instantly share code, notes, and snippets.

@sshnaidm
Last active August 29, 2015 14:02
Show Gist options
  • Save sshnaidm/bea6dd65fd9de0690686 to your computer and use it in GitHub Desktop.
Save sshnaidm/bea6dd65fd9de0690686 to your computer and use it in GitHub Desktop.
install box from disk
virt-install --vnc --name=jenkins --ram=4096 --disk path=/opt/qa/jenkins_disk.qcow2,format=qcow2,bus=virtio,cache=none --network=network:default,model=virtio --location=http://ftp.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/
virt-install --vnc --name=template --ram=4096 --disk path=/var/lib/libvirt/images/template.qcow2,format=qcow2,bus=virtio,cache=none --network=network:lab-net-admin --location=http://ftp.ubuntu.com/ubuntu/dists/trusty/main/installer-amd64/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment