Guest User

Untitled

a guest
Dec 16th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. sudo virt-install --name ubuntu02 \
  2. --memory 2048 \
  3. --vcpus 1 \
  4. --disk path=/var/lib/libvirt/images/ubuntu.img,size=10 \
  5. --cdrom /var/lib/libvirt/images/ubuntu-18.04.1-desktop-amd64.iso \
  6. --os-variant debian8
Add Comment
Please, Sign In to add comment