123456789101112131415161718192021222324252627282930 |
- ================
- qvm-add-template
- ================
- NAME
- ====
- qvm-add-template - adds an already installed template to the Qubes DB
- :Date: 2012-04-10
- SYNOPSIS
- ========
- | qvm-add-template [options] <vm-template-name>
- OPTIONS
- =======
- -h, --help
- Show this help message and exit
- -p DIR_PATH, --path=DIR_PATH
- Specify path to the template directory
- -c CONF_FILE, --conf=CONF_FILE
- Specify the Xen VM .conf file to use(relative to the template dir path)
- --rpm
- Template files have been installed by RPM
- AUTHORS
- =======
- | Joanna Rutkowska <joanna at invisiblethingslab dot com>
- | Rafal Wojtczuk <rafal at invisiblethingslab dot com>
- | Marek Marczykowski <marmarek at invisiblethingslab dot com>
|