qubes-create.rst 763 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:: --qubesxml=XMLFILE
  14. Where to put this new file in question.
  15. .. option:: --property=NAME=VALUE, --prop=NAME=VALUE, -p NAME=VALUE
  16. On creation, set global property *NAME* to *VALUE*.
  17. Authors
  18. -------
  19. | Wojtek Porczyk <woju at invisiblethingslab dot com>
  20. .. vim: ts=3 sw=3 et tw=80