qvm-start.rst 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. .. program:: qvm-start
  2. :program:`qvm-start` -- start a domain
  3. ======================================
  4. .. warning::
  5. This page was autogenerated from command-line parser. It shouldn't be 1:1
  6. conversion, because it would add little value. Please revise it and add
  7. more descriptive help, which normally won't fit in standard ``--help``
  8. option.
  9. After rewrite, please remove this admonition.
  10. Synopsis
  11. --------
  12. :command:`qvm-start` skel-manpage.py [-h] [--verbose] [--quiet] [--drive *DRIVE* | --hddisk *IMAGE* | --cdrom *IMAGE* | --install-windows-tools] [--conf-file *FILE*] [--debug] [--preparing-dvm] [--no-start-guid] *VMNAME*
  13. Options
  14. -------
  15. .. option:: --help, -h
  16. Show help message and exit.
  17. .. option:: --verbose, -v
  18. Increase verbosity.
  19. .. option:: --quiet, -q
  20. Decrease verbosity.
  21. .. option:: --drive=DRIVE
  22. Temporarily attach specified drive as CD/DVD or hard disk, which can be
  23. specified with prefix "hd:" or "cdrom:". If not specified, default is cdrom.
  24. .. option:: --hddisk=IMAGE
  25. Temporarily attach specified drive as hard disk.
  26. .. option:: --cdrom=IMAGE
  27. Temporarily attach specified drive as optical drive.
  28. .. option:: --install-windows-tools
  29. Temporarily ttach Windows tools CDROM to the domain.
  30. .. option:: --conf-file=FILE
  31. Use custom libvirt config instead of Qubes-generated one.
  32. .. option:: --debug
  33. Enable debug mode for this domain (until its shutdown).
  34. .. option:: --preparing-dvm
  35. Do actions necessary when preparing DVM image.
  36. .. option:: --skip-if-running
  37. Do not fail if the qube is already runnning
  38. .. option:: --no-start-guid, --no-guid
  39. Do not start GUI daemon.
  40. Authors
  41. -------
  42. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  43. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  44. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  45. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  46. .. vim: ts=3 sw=3 et tw=80