mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 18:02:38 +02:00
Add overview table of qubes
This commit is contained in:
parent
c3cdca977f
commit
4f2de90f93
1 changed files with 10 additions and 2 deletions
12
BUILD.md
12
BUILD.md
|
@ -117,9 +117,17 @@ Create a .rpm:
|
||||||
The following steps must be completed once. Make sure you run them in the
|
The following steps must be completed once. Make sure you run them in the
|
||||||
specified qubes.
|
specified qubes.
|
||||||
|
|
||||||
#### In `dom0`
|
Overview of the qubes you'll create:
|
||||||
|
|
||||||
1. Create a new Fedora **template** (`fedora-37-dz`) for Dangerzone development:
|
> | qube | type | purpose |
|
||||||
|
> |--------------|----------|---------|
|
||||||
|
> | dz | app qube | Dangerzone development |
|
||||||
|
> | dz-dvm | app qube | offline diposable template for performing conversions
|
||||||
|
> | fedora-38-dz | template | template for the other two qubes
|
||||||
|
|
||||||
|
#### In `dom0`:
|
||||||
|
|
||||||
|
1. Create a new Fedora **template** (`fedora-38-dz`) for Dangerzone development:
|
||||||
|
|
||||||
```
|
```
|
||||||
qvm-clone fedora-38 fedora-38-dz
|
qvm-clone fedora-38 fedora-38-dz
|
||||||
|
|
Loading…
Reference in a new issue