qvm-create.rst 969 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. ==========
  2. qvm-create
  3. ==========
  4. NAME
  5. ====
  6. qvm-create - creates a new VM
  7. :Date: 2012-04-10
  8. SYNOPSIS
  9. ========
  10. | qvm-create [options] <vm-name>
  11. OPTIONS
  12. =======
  13. -h, --help
  14. Show this help message and exit
  15. -t TEMPLATE, --template=TEMPLATE
  16. Specify the TemplateVM to use
  17. -l LABEL, --label=LABEL
  18. Specify the label to use for the new VM (e.g. red, yellow, green, ...)
  19. -p, --proxy
  20. Create ProxyVM
  21. -n, --net
  22. Create NetVM
  23. -s, --standalone
  24. Create standalone VM - independent of template
  25. -m MEM, --mem=MEM
  26. Initial memory size (in MB)
  27. -c VCPUS, --vcpus=VCPUS
  28. VCPUs count
  29. -i, --internal
  30. Create VM for internal use only (hidden in qubes-manager, no appmenus)
  31. --force-root
  32. Force to run, even with root privileges
  33. -q, --quiet
  34. Be quiet
  35. AUTHORS
  36. =======
  37. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  38. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  39. | Marek Marczykowski <marmarek at invisiblethingslab dot com>