qubes-prefs.rst 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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:: --force-root
  18. Force to run as root.
  19. .. option:: --unset, --default, --delete, -D
  20. Unset the property. If is has default value, it will be used instead.
  21. Common properties
  22. =================
  23. This list is non-exhaustive. For authoritative listing, see
  24. :option:`--help-properties` and documentation of the source code.
  25. .. warning::
  26. This list is from the core2. It is wrong in many cases, some of them obvious,
  27. some of them not.
  28. - clock VM
  29. - update VM
  30. - default template
  31. - default firewallVM
  32. - default kernel
  33. - default netVM
  34. Authors
  35. -------
  36. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  37. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  38. | Marek Marczykowski <marmarek at invisiblethingslab dot com>
  39. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  40. .. vim: ts=3 sw=3 et tw=80