core-admin/doc/manpages/qvm-create.rst

81 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2014-11-21 12:30:23 +01:00
.. program:: qvm-create
2013-03-12 16:55:05 +01:00
2014-11-21 12:30:23 +01:00
=========================================
:program:`qvm-create` -- Creates a new VM
=========================================
2013-03-12 16:55:05 +01:00
2014-11-21 12:30:23 +01:00
Synopsis
2013-03-12 16:55:05 +01:00
========
2014-11-28 18:37:17 +01:00
:command:`qvm-create` [*options*] <*vm-name*>
2013-03-12 16:55:05 +01:00
2014-11-21 12:30:23 +01:00
Options
2013-03-12 16:55:05 +01:00
=======
2014-11-21 12:30:23 +01:00
.. option:: --help, -h
2013-03-12 16:55:05 +01:00
Show this help message and exit
2014-11-21 12:30:23 +01:00
.. option:: --template=TEMPLATE, -t TEMPLATE
2013-03-12 16:55:05 +01:00
Specify the TemplateVM to use
2014-11-21 12:30:23 +01:00
.. option:: --label=LABEL, -l LABEL
2013-03-12 16:55:05 +01:00
Specify the label to use for the new VM (e.g. red, yellow, green, ...)
2014-11-21 12:30:23 +01:00
.. option:: --proxy, -p
2013-03-12 16:55:05 +01:00
Create ProxyVM
2014-11-21 12:30:23 +01:00
.. option:: --net, -n
2013-03-12 16:55:05 +01:00
Create NetVM
2014-11-21 12:30:23 +01:00
.. option:: --hvm, -H
Create HVM (standalone, unless :option:`--template` option used)
.. option:: --hvm-template
2014-08-12 00:17:45 +02:00
Create HVM template
2014-11-21 12:30:23 +01:00
.. option:: --root-move-from=ROOT_MOVE, -R ROOT_MOVE
2014-08-12 00:17:45 +02:00
Use provided root.img instead of default/empty one
2014-11-21 12:30:23 +01:00
(file will be *moved*)
.. option:: --root-copy-from=ROOT_COPY, -r ROOT_COPY
2014-08-12 00:17:45 +02:00
Use provided root.img instead of default/empty one
2014-11-21 12:30:23 +01:00
(file will be *copied*)
.. option:: --standalone, -s
Create standalone VM --- independent of template
.. option:: --mem=MEM, -m MEM
2013-03-12 16:55:05 +01:00
Initial memory size (in MB)
2014-11-21 12:30:23 +01:00
.. option:: --vcpus=VCPUS, -c VCPUS
2013-03-12 16:55:05 +01:00
VCPUs count
2014-11-21 12:30:23 +01:00
.. option:: --internal, -i
2013-03-12 16:55:05 +01:00
Create VM for internal use only (hidden in qubes-manager, no appmenus)
2014-11-21 12:30:23 +01:00
.. option:: --force-root
2013-03-12 16:55:05 +01:00
Force to run, even with root privileges
2014-11-21 12:30:23 +01:00
.. option:: --quiet, -q
2013-03-12 16:55:05 +01:00
Be quiet
2015-01-26 17:17:48 +01:00
2014-11-21 12:30:23 +01:00
Authors
2013-03-12 16:55:05 +01:00
=======
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
| Marek Marczykowski <marmarek at invisiblethingslab dot com>