qubes-prefs.rst 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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*\|--delete]]
  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:: --unset, --default, --delete, -D
  18. Unset the property. If is has default value, it will be used instead.
  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. .. warning::
  28. This list is from the core2. It is wrong in many cases, some of them obvious,
  29. some of them not.
  30. - clock VM
  31. - update VM
  32. - default template
  33. - default firewallVM
  34. - default kernel
  35. - default netVM
  36. Authors
  37. -------
  38. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  39. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  40. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  41. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  42. .. vim: ts=3 sw=3 et tw=80