qvm-create.rst 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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. -H, --hvm
  24. Create HVM (standalone, unless --template option used)
  25. --hvm-template
  26. Create HVM template
  27. -R ROOT_MOVE, --root-move-from=ROOT_MOVE
  28. Use provided root.img instead of default/empty one
  29. (file will be MOVED)
  30. -r ROOT_COPY, --root-copy-from=ROOT_COPY
  31. Use provided root.img instead of default/empty one
  32. (file will be COPIED)
  33. -s, --standalone
  34. Create standalone VM - independent of template
  35. -m MEM, --mem=MEM
  36. Initial memory size (in MB)
  37. -c VCPUS, --vcpus=VCPUS
  38. VCPUs count
  39. -i, --internal
  40. Create VM for internal use only (hidden in qubes-manager, no appmenus)
  41. --force-root
  42. Force to run, even with root privileges
  43. -q, --quiet
  44. Be quiet
  45. AUTHORS
  46. =======
  47. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  48. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  49. | Marek Marczykowski <marmarek at invisiblethingslab dot com>