qubes-create.rst 662 B

12345678910111213141516171819202122232425262728293031323334
  1. .. program:: qubes-create
  2. :program:`qubes-create` -- Create new Qubes OS store.
  3. =====================================================
  4. This command is the only supported way to create new qubes.xml. It is intended
  5. to be readable though, so you can probably create it manually if you like.
  6. Synopsis
  7. --------
  8. :command:`qubes-create` [-h] [--qubesxml *XMLFILE*] [--property *NAME*=*VALUE*]
  9. Options
  10. -------
  11. .. option:: --help, -h
  12. show help message and exit
  13. .. option:: --verbose, -v
  14. Increase verbosity.
  15. .. option:: --quiet, -q
  16. Decrease verbosity.
  17. Authors
  18. -------
  19. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  20. .. vim: ts=3 sw=3 et tw=80