qubes-prefs.rst 2.1 KB

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