mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
Correct Qubes Instructions: dz-dvm is not disposable
The qube dz-dvm is not a disposable qube but rather a disposable template qube (aka. app qube).
This commit is contained in:
parent
5bf7549b55
commit
cac06caf82
1 changed files with 2 additions and 3 deletions
5
BUILD.md
5
BUILD.md
|
@ -157,9 +157,8 @@ Overview of the qubes you'll create:
|
|||
> following instructions. In that case, replace `fedora-38-dz` with
|
||||
> `fedora-38` in the steps below.
|
||||
|
||||
2. Create a **disposable**, offline app qube (`dz-dvm`), based on the
|
||||
`fedora-38-dz` template. This will be the qube where the documents will be
|
||||
sanitized:
|
||||
2. Create an offline disposable template (app qube) called `dz-dvm`, based on the `fedora-38-dz`
|
||||
template. This will be the qube where the documents will be sanitized:
|
||||
|
||||
```
|
||||
qvm-create --class AppVM --label red --template fedora-38-dz \
|
||||
|
|
Loading…
Reference in a new issue