Last active
August 29, 2015 14:02
-
-
Save sshnaidm/bea6dd65fd9de0690686 to your computer and use it in GitHub Desktop.
install box from disk
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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