qvm-create.rst 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. .. program:: qvm-create
  2. =========================================
  3. :program:`qvm-create` -- Creates a new VM
  4. =========================================
  5. Synopsis
  6. ========
  7. | qvm-create [options] <vm-name>
  8. Options
  9. =======
  10. .. option:: --help, -h
  11. Show this help message and exit
  12. .. option:: --template=TEMPLATE, -t TEMPLATE
  13. Specify the TemplateVM to use
  14. .. option:: --label=LABEL, -l LABEL
  15. Specify the label to use for the new VM (e.g. red, yellow, green, ...)
  16. .. option:: --proxy, -p
  17. Create ProxyVM
  18. .. option:: --net, -n
  19. Create NetVM
  20. .. option:: --hvm, -H
  21. Create HVM (standalone, unless :option:`--template` option used)
  22. .. option:: --hvm-template
  23. Create HVM template
  24. .. option:: --root-move-from=ROOT_MOVE, -R ROOT_MOVE
  25. Use provided root.img instead of default/empty one
  26. (file will be *moved*)
  27. .. option:: --root-copy-from=ROOT_COPY, -r ROOT_COPY
  28. Use provided root.img instead of default/empty one
  29. (file will be *copied*)
  30. .. option:: --standalone, -s
  31. Create standalone VM --- independent of template
  32. .. option:: --mem=MEM, -m MEM
  33. Initial memory size (in MB)
  34. .. option:: --vcpus=VCPUS, -c VCPUS
  35. VCPUs count
  36. .. option:: --internal, -i
  37. Create VM for internal use only (hidden in qubes-manager, no appmenus)
  38. .. option:: --force-root
  39. Force to run, even with root privileges
  40. .. option:: --quiet, -q
  41. Be quiet
  42. Authors
  43. =======
  44. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  45. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  46. | Marek Marczykowski <marmarek at invisiblethingslab dot com>