qvm-add-appvm.rst 905 B

123456789101112131415161718192021222324252627282930313233
  1. .. program:: qvm-add-appvm
  2. ==========================================================================
  3. :program:`qvm-add-appvm` -- Add an already installed appvm to the Qubes DB
  4. ==========================================================================
  5. .. warning::
  6. Normally you would not need this command, and you would use qvm-create instead!
  7. Synopsis
  8. ========
  9. | qvm-add-appvm [options] <appvm-name> <vm-template-name>
  10. Options
  11. =======
  12. .. option:: --help, -h
  13. Show this help message and exit
  14. .. option:: --path=DIR_PATH, -p DIR_PATH
  15. Specify path to the template directory
  16. .. option:: --conf=CONF_FILE, -c CONF_FILE
  17. Specify the Xen VM .conf file to use (relative to the template dir path)
  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>