qubes-create.rst 600 B

123456789101112131415161718192021222324252627282930
  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] [--xml *XMLFILE*]
  9. Options
  10. -------
  11. .. option:: --help, -h
  12. show help message and exit
  13. .. option:: --xml=XMLFILE
  14. Where to put this new file in question.
  15. Authors
  16. -------
  17. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  18. .. vim: ts=3 sw=3 et tw=80