Sysadmin/Add virtual machine: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
=== Create new VM on [[Machine/treehouse]] === | === Create new VM on [[Machine/treehouse]] === | ||
virt-clone -o template-jaunty -n | virsh vol-create-as treehouse FOOBAR 10G | ||
virsh start | virt-clone -o template-jaunty --file=/dev/treehouse/FOOBAR -n FOOBAR | ||
virsh console | virsh start FOOBAR | ||
virsh console FOOBAR | |||
Login using the default root password (ask bernie), then setup the machine: | Login using the default root password (ask bernie), then setup the machine: | ||