mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-10-01 01:25:40 -04:00
78 lines
2.2 KiB
Markdown
78 lines
2.2 KiB
Markdown
---
|
|
layout: doc
|
|
title: qvm-create
|
|
permalink: /doc/tools/3.2/dom0/qvm-create/
|
|
redirect_from:
|
|
- /doc/dom0-tools/qvm-create/
|
|
- /en/doc/dom0-tools/qvm-create/
|
|
- /doc/Dom0Tools/QvmCreate/
|
|
- /wiki/Dom0Tools/QvmCreate/
|
|
---
|
|
|
|
```
|
|
==========
|
|
qvm-create
|
|
==========
|
|
|
|
NAME
|
|
====
|
|
qvm-create - creates a new VM
|
|
|
|
SYNOPSIS
|
|
========
|
|
| qvm-create [options] <vm-name>
|
|
|
|
OPTIONS
|
|
=======
|
|
-h, --help
|
|
Show this help message and exit
|
|
-t TEMPLATE, --template=TEMPLATE
|
|
Specify the TemplateVM to use
|
|
-l LABEL, --label=LABEL
|
|
Specify the label to use for the new VM (e.g. red, yellow, green, ...)
|
|
-p, --proxy
|
|
Create ProxyVM
|
|
-n, --net
|
|
Create NetVM
|
|
-H, --hvm
|
|
Create HVM (standalone, unless --template option used)
|
|
--hvm-template
|
|
Create HVM template
|
|
-R ROOT_MOVE, --root-move-from=ROOT_MOVE
|
|
Use provided root.img instead of default/empty one
|
|
(file will be MOVED)
|
|
-r ROOT_COPY, --root-copy-from=ROOT_COPY
|
|
Use provided root.img instead of default/empty one
|
|
(file will be COPIED)
|
|
-s, --standalone
|
|
Create standalone VM - independent of template
|
|
-m MEM, --mem=MEM
|
|
Initial memory size (in MB)
|
|
-c VCPUS, --vcpus=VCPUS
|
|
VCPUs count
|
|
-i, --internal
|
|
Create VM for internal use only (hidden in qubes-manager, no appmenus)
|
|
--force-root
|
|
Force to run, even with root privileges
|
|
-q, --quiet
|
|
Be quiet
|
|
|
|
AUTHORS
|
|
=======
|
|
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
|
|
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
|
|
| Marek Marczykowski <marmarek at invisiblethingslab dot com>
|
|
|
|
```
|
|
|
|
-----
|
|
|
|
**Note:** The Markdown source of this page in [`qubes-doc`] was generated by running the [`update-manpages-3-2`] script on `qubes-core-admin/doc/qvm-tools/`.
|
|
If you wish to update the contents of this page as it appears on the Qubes OS website, please submit a pull request to change the appropriate file in `qubes-core-admin/doc/qvm-tools/`.
|
|
Do not attempt to change the Markdown source of this page in [`qubes-doc`] directly.
|
|
All direct changes to the Markdown file will be overwritten the next time this page is regenerated.
|
|
|
|
[`qubes-doc`]: https://github.com/QubesOS/qubes-doc/
|
|
[`update-manpages-3-2`]: https://github.com/QubesOS/qubesos.github.io/blob/master/_utils/update-manpages-3-2
|
|
|