123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .. program:: qvm-start
- ============================================
- :program:`qvm-start` -- Start a specified VM
- ============================================
- Synopsis
- ========
- :command:`qvm-start` [*options*] <*vm-name*>
- Options
- =======
- .. option:: --help, -h
- Show this help message and exit
- .. option:: --quiet, -q
- Be quiet
- .. option:: --no-guid
- Do not start the GUId (ignored)
- .. option:: --console
- Attach debugging console to the newly started VM
- .. option:: --dvm
- Do actions necessary when preparing DVM image
- .. option:: --custom-config=CUSTOM_CONFIG
- Use custom Xen config instead of Qubes-generated one
- Authors
- =======
- | Joanna Rutkowska <joanna at invisiblethingslab dot com>
- | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
- | Marek Marczykowski <marmarek at invisiblethingslab dot com>
|