qvm-start.rst 838 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. .. program:: qvm-start
  2. ============================================
  3. :program:`qvm-start` -- Start a specified VM
  4. ============================================
  5. Synopsis
  6. ========
  7. | qvm-start [options] <vm-name>
  8. Options
  9. =======
  10. .. option:: --help, -h
  11. Show this help message and exit
  12. .. option:: --quiet, -q
  13. Be quiet
  14. .. option:: --no-guid
  15. Do not start the GUId (ignored)
  16. .. option:: --console
  17. Attach debugging console to the newly started VM
  18. .. option:: --dvm
  19. Do actions necessary when preparing DVM image
  20. .. option:: --custom-config=CUSTOM_CONFIG
  21. Use custom Xen config instead of Qubes-generated one
  22. Authors
  23. =======
  24. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  25. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  26. | Marek Marczykowski <marmarek at invisiblethingslab dot com>