core-admin/doc/manpages/qubes-create.rst

39 lines
787 B
ReStructuredText
Raw Normal View History

.. program:: qubes-create
:program:`qubes-create` -- Create new Qubes OS store.
=====================================================
This command is the only supported way to create new qubes.xml. It is intended
to be readable though, so you can probably create it manually if you like.
Synopsis
--------
2015-10-05 23:57:03 +02:00
:command:`qubes-create` [-h] [--qubesxml *XMLFILE*] [--property *NAME*=*VALUE*]
Options
-------
.. option:: --help, -h
show help message and exit
2016-10-04 11:32:04 +02:00
.. option:: --verbose, -v
2016-10-04 11:32:04 +02:00
Increase verbosity.
.. option:: --quiet, -q
Decrease verbosity.
2015-10-05 23:57:03 +02:00
.. option:: --property=NAME=VALUE, --prop=NAME=VALUE, -p NAME=VALUE
On creation, set global property *NAME* to *VALUE*.
Authors
-------
| Wojtek Porczyk <woju at invisiblethingslab dot com>
.. vim: ts=3 sw=3 et tw=80