mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 12:41:50 +02:00
Compare commits
1 commit
c0c687e751
...
dc101d4ca0
Author | SHA1 | Date | |
---|---|---|---|
![]() |
dc101d4ca0 |
1 changed files with 3 additions and 4 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-volume resize dz:private $(numfmt --from=auto 20Gi)
|
||||
qvm-volume resize dz:private $(numfmt --from=auto 5Gi)
|
||||
```
|
||||
|
||||
> :bulb: Alternatively, you can use a different app qube for Dangerzone
|
||||
|
@ -268,9 +268,8 @@ The following instructions require typing commands in a terminal in dom0.
|
|||
> steps below.
|
||||
>
|
||||
> In the commands above, we also resize the private volume of the `dz` qube
|
||||
> to 20GiB, since you may need some extra storage space when developing on
|
||||
> Dangerzone (e.g., for container images, Tesseract data, and Python
|
||||
> virtualenvs).
|
||||
> to 5GiB, since the Tesseract data that will be downloaded in the next steps
|
||||
> take a bit of space.
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue