qubes-create.rst 787 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. .. option:: --property=NAME=VALUE, --prop=NAME=VALUE, -p NAME=VALUE
  18. On creation, set global property *NAME* to *VALUE*.
  19. Authors
  20. -------
  21. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  22. .. vim: ts=3 sw=3 et tw=80