mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 20:51:49 +02:00
Compare commits
2 commits
dc101d4ca0
...
c0c687e751
Author | SHA1 | Date | |
---|---|---|---|
![]() |
c0c687e751 | ||
![]() |
d286aea402 |
1 changed files with 4 additions and 3 deletions
7
BUILD.md
7
BUILD.md
|
@ -260,7 +260,7 @@ The following instructions require typing commands in a terminal in dom0.
|
||||||
|
|
||||||
```
|
```
|
||||||
qvm-create --class AppVM --label red --template fedora-40-dz dz
|
qvm-create --class AppVM --label red --template fedora-40-dz dz
|
||||||
qvm-volume resize dz:private $(numfmt --from=auto 5Gi)
|
qvm-volume resize dz:private $(numfmt --from=auto 20Gi)
|
||||||
```
|
```
|
||||||
|
|
||||||
> :bulb: Alternatively, you can use a different app qube for Dangerzone
|
> :bulb: Alternatively, you can use a different app qube for Dangerzone
|
||||||
|
@ -268,8 +268,9 @@ The following instructions require typing commands in a terminal in dom0.
|
||||||
> steps below.
|
> steps below.
|
||||||
>
|
>
|
||||||
> In the commands above, we also resize the private volume of the `dz` qube
|
> In the commands above, we also resize the private volume of the `dz` qube
|
||||||
> to 5GiB, since the Tesseract data that will be downloaded in the next steps
|
> to 20GiB, since you may need some extra storage space when developing on
|
||||||
> take a bit of space.
|
> Dangerzone (e.g., for container images, Tesseract data, and Python
|
||||||
|
> virtualenvs).
|
||||||
|
|
||||||
4. Add an RPC policy (`/etc/qubes/policy.d/50-dangerzone.policy`) that will
|
4. Add an RPC policy (`/etc/qubes/policy.d/50-dangerzone.policy`) that will
|
||||||
allow launching a disposable qube (`dz-dvm`) when Dangerzone converts a
|
allow launching a disposable qube (`dz-dvm`) when Dangerzone converts a
|
||||||
|
|
Loading…
Reference in a new issue