2014-11-21 12:30:23 +01:00
|
|
|
.. program:: qubes-prefs
|
2013-03-12 16:55:05 +01:00
|
|
|
|
2015-12-24 00:28:52 +01:00
|
|
|
:program:`qubes-prefs` -- List/set various global properties
|
2014-11-21 12:30:23 +01:00
|
|
|
============================================================
|
2015-12-24 00:28:52 +01:00
|
|
|
|
|
|
|
Synopsis
|
|
|
|
--------
|
|
|
|
|
2016-05-15 20:28:35 +02:00
|
|
|
:command:`qubes-prefs` [-h] [--verbose] [--quiet] [--force-root] [--help-properties] [*PROPERTY* [*VALUE*\|--delete]]
|
2015-12-24 00:28:52 +01:00
|
|
|
|
|
|
|
Options
|
|
|
|
-------
|
|
|
|
|
|
|
|
.. option:: --help, -h
|
|
|
|
|
|
|
|
Show help message and exit.
|
|
|
|
|
|
|
|
.. option:: --help-properties
|
|
|
|
|
|
|
|
List available properties with short descriptions and exit.
|
|
|
|
|
|
|
|
.. option:: --verbose, -v
|
|
|
|
|
|
|
|
Increase verbosity.
|
|
|
|
|
|
|
|
.. option:: --quiet, -q
|
|
|
|
|
|
|
|
Decrease verbosity.
|
|
|
|
|
|
|
|
.. option:: --force-root
|
|
|
|
|
|
|
|
Force to run as root.
|
|
|
|
|
|
|
|
.. option:: --unset, --default, --delete, -D
|
|
|
|
|
|
|
|
Unset the property. If is has default value, it will be used instead.
|
|
|
|
|
|
|
|
|
|
|
|
Common properties
|
|
|
|
=================
|
|
|
|
|
|
|
|
This list is non-exhaustive. For authoritative listing, see
|
|
|
|
:option:`--help-properties` and documentation of the source code.
|
|
|
|
|
|
|
|
.. warning::
|
|
|
|
|
|
|
|
This list is from the core2. It is wrong in many cases, some of them obvious,
|
|
|
|
some of them not.
|
2013-03-12 16:55:05 +01:00
|
|
|
|
|
|
|
- clock VM
|
|
|
|
- update VM
|
|
|
|
- default template
|
|
|
|
- default firewallVM
|
|
|
|
- default kernel
|
|
|
|
- default netVM
|
|
|
|
|
2014-11-21 12:30:23 +01:00
|
|
|
Authors
|
2015-12-24 00:28:52 +01:00
|
|
|
-------
|
|
|
|
|
2013-03-12 16:55:05 +01:00
|
|
|
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
|
|
|
|
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
|
|
|
|
| Marek Marczykowski <marmarek at invisiblethingslab dot com>
|
2015-12-24 00:28:52 +01:00
|
|
|
| Wojtek Porczyk <woju at invisiblethingslab dot com>
|
|
|
|
|
|
|
|
.. vim: ts=3 sw=3 et tw=80
|