qubes-prefs.rst 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. .. program:: qubes-prefs
  2. :program:`qubes-prefs` -- List/set various global properties
  3. ============================================================
  4. Synopsis
  5. --------
  6. :command:`qubes-prefs` [-h] [--verbose] [--quiet] [--force-root] [--help-properties] [*PROPERTY* [*VALUE*\|--default]]
  7. Options
  8. -------
  9. .. option:: --help, -h
  10. Show help message and exit.
  11. .. option:: --help-properties
  12. List available properties with short descriptions and exit.
  13. .. option:: --verbose, -v
  14. Increase verbosity.
  15. .. option:: --quiet, -q
  16. Decrease verbosity.
  17. .. option:: --default, -D
  18. Reset propety to default value.
  19. .. option:: --get, -g
  20. Ignored; for compatibility with older scripts.
  21. .. option:: --set, -s
  22. Ignored; for compatibility with older scripts.
  23. Common properties
  24. =================
  25. This list is non-exhaustive. For authoritative listing, see
  26. :option:`--help-properties` and documentation of the source code.
  27. clockvm
  28. Qube used as a time source for dom0
  29. default_template
  30. Default template for newly created qubes
  31. default_fw_netvm
  32. Default netvm for qubes providing network (with `provides_network` property
  33. set to `True`).
  34. default_netvm
  35. Default netvm for qubes not providing network
  36. default_kernel
  37. Default value for `kernel` property, see :manpage:`qvm-prefs(1)` for
  38. details.
  39. default_pool
  40. Default storage pool for new qubes.
  41. default_pool_kernel, default_pool_private, default_pool_root, default_pool_volatile
  42. Default storage pool for particular volume for new qubes. Defaults to value
  43. of `default_pool`.
  44. stats_interval
  45. Interval (in seconds) at which VM statistics are sent. This is for example
  46. used by domains widget - this often memory usage will be refreshed.
  47. updatevm
  48. Qube used to download dom0 updates
  49. Authors
  50. -------
  51. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  52. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  53. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  54. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  55. .. vim: ts=3 sw=3 et tw=80