qvm-add-template.rst 900 B

12345678910111213141516171819202122232425262728293031323334
  1. .. program:: qvm-add-template
  2. =================================================================================
  3. :program:`qvm-add-template` -- Adds an already installed template to the Qubes DB
  4. =================================================================================
  5. Synopsis
  6. ========
  7. :command:`qvm-add-template` [*options*] <*vm-template-name*>
  8. Options
  9. =======
  10. .. option:: --help, -h
  11. Show this help message and exit
  12. .. option:: --path=DIR_PATH, -p DIR_PATH
  13. Specify path to the template directory
  14. .. option:: --conf=CONF_FILE, -c CONF_FILE
  15. Specify the Xen VM .conf file to use(relative to the template dir path)
  16. .. option:: --rpm
  17. Template files have been installed by RPM
  18. Authors
  19. =======
  20. | Joanna Rutkowska <joanna at invisiblethingslab dot com>
  21. | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
  22. | Marek Marczykowski <marmarek at invisiblethingslab dot com>