Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
$ virt-install --name <vm-name> --memory <RAM in MB> --vcpus <cpus> --cpu host --pxe --boot nicnetwork,hd --os-variant ubuntu16.04 --disk size=<disk size in GB>,pool=vmvg -w network:<net-name> --autostart --noautoconsole --wait 0

...