2012-05-14 13:54:38 +00:00
|
|
|
---
|
2015-04-10 20:17:45 +00:00
|
|
|
layout: doc
|
2015-10-14 03:31:03 +00:00
|
|
|
title: qvm-create-default-dvm
|
2018-02-04 17:32:30 -06:00
|
|
|
permalink: /doc/tools/3.2/dom0/qvm-create-default-dvm/
|
2015-10-11 07:04:59 +00:00
|
|
|
redirect_from:
|
2018-02-04 17:32:30 -06:00
|
|
|
- /doc/dom0-tools/qvm-create-default-dvm/
|
2015-10-28 22:14:40 +00:00
|
|
|
- /en/doc/dom0-tools/qvm-create-default-dvm/
|
2015-10-11 07:04:59 +00:00
|
|
|
- /doc/Dom0Tools/QvmCreateDefaultDvm/
|
|
|
|
- /wiki/Dom0Tools/QvmCreateDefaultDvm/
|
2012-05-14 13:54:38 +00:00
|
|
|
---
|
|
|
|
|
2018-02-11 19:15:10 -06:00
|
|
|
```
|
|
|
|
======================
|
2015-05-05 17:24:29 +00:00
|
|
|
qvm-create-default-dvm
|
|
|
|
======================
|
|
|
|
|
|
|
|
NAME
|
2018-02-11 19:15:10 -06:00
|
|
|
====
|
2015-05-05 17:24:29 +00:00
|
|
|
qvm-create-default-dvm - creates a default disposable VM
|
|
|
|
|
|
|
|
SYNOPSIS
|
2018-02-11 19:15:10 -06:00
|
|
|
========
|
|
|
|
| qvm-create-default-dvm templatename|--default-template|--used-template [script-name|--default-script]
|
2015-05-05 17:24:29 +00:00
|
|
|
|
|
|
|
OPTIONS
|
2018-02-11 19:15:10 -06:00
|
|
|
=======
|
|
|
|
templatename
|
|
|
|
Base DispVM on given template. The command will create AppVM named after
|
|
|
|
template with "-dvm" suffix. This VM will be used to create DispVM
|
|
|
|
savefile. If you want to customize DispVM, use this VM - take a look at
|
|
|
|
https://wiki.qubes-os.org/wiki/UserDoc/DispVMCustomization
|
2015-05-05 17:24:29 +00:00
|
|
|
|
2018-02-11 19:15:10 -06:00
|
|
|
--default-template
|
|
|
|
Use default template for the DispVM
|
2015-05-05 17:24:29 +00:00
|
|
|
|
2018-02-11 19:15:10 -06:00
|
|
|
--used-template
|
|
|
|
Use the same template as earlier
|
2015-05-05 17:24:29 +00:00
|
|
|
|
2018-02-11 19:15:10 -06:00
|
|
|
--default-script
|
|
|
|
Use default script for seeding DispVM home.
|
2015-05-05 17:24:29 +00:00
|
|
|
|
|
|
|
|
|
|
|
AUTHORS
|
2018-02-11 19:15:10 -06:00
|
|
|
=======
|
|
|
|
| Joanna Rutkowska <joanna at invisiblethingslab dot com>
|
|
|
|
| Rafal Wojtczuk <rafal at invisiblethingslab dot com>
|
|
|
|
| Marek Marczykowski <marmarek at invisiblethingslab dot com>
|
|
|
|
```
|