1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- .. program:: qvm-start
- :program:`qvm-start` -- start a domain
- ======================================
- .. warning::
- This page was autogenerated from command-line parser. It shouldn't be 1:1
- conversion, because it would add little value. Please revise it and add
- more descriptive help, which normally won't fit in standard ``--help``
- option.
- After rewrite, please remove this admonition.
- Synopsis
- --------
- :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*
- Options
- -------
- .. option:: --help, -h
- Show help message and exit.
- .. option:: --qubesxml=XMLFILE
- Use another :file:`qubes.xml` file.
- .. option:: --verbose, -v
- Increase verbosity.
- .. option:: --quiet, -q
- Decrease verbosity.
- .. option:: --drive=DRIVE
- Temporarily attach specified drive as CD/DVD or hard disk, which can be
- specified with prefix "hd:" or "cdrom:". If not specified, default is cdrom.
- .. option:: --hddisk=IMAGE
- Temporarily attach specified drive as hard disk.
- .. option:: --cdrom=IMAGE
- Temporarily attach specified drive as optical drive.
- .. option:: --install-windows-tools
- Temporarily ttach Windows tools CDROM to the domain.
- .. option:: --conf-file=FILE
- Use custom libvirt config instead of Qubes-generated one.
- .. option:: --debug
- Enable debug mode for this domain (until its shutdown).
- .. option:: --preparing-dvm
- Do actions necessary when preparing DVM image.
- .. option:: --no-start-guid
- Do not start GUI daemon.
- Authors
- -------
- | Joanna Rutkowska <joanna at invisiblethingslab dot com>
- | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
- | Marek Marczykowski <marmarek at invisiblethingslab dot com>
- | Wojtek Porczyk <woju at invisiblethingslab dot com>
- .. vim: ts=3 sw=3 et tw=80
|