mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-02-03 01:50:04 -05:00
Add note to bind-dirs when dir does not exist yet
The doc on bind-dirs only provided an example where /var/lib/tor was made persistent in sys-whonix. However, if one tries to make persistent any directory that wasn't already present in the template qube, it would not persist as expected. The issue QubesOS/qubes-issues#5862 demonstrates this exact confusion. This commit adds a note about this situation. Fixes QubesOS/qubes-issues#5862
This commit is contained in:
parent
08db142290
commit
d8a36528f5
@ -44,6 +44,14 @@ Inside the app qube.
|
|||||||
|
|
||||||
4. Save.
|
4. Save.
|
||||||
|
|
||||||
|
> **Note**: If the directory you are trying to persist doesn't already exist in the app qube, you'll need to create the directory with its full path, under `/rw/bind-dirs`. In this case you would do:
|
||||||
|
>
|
||||||
|
> ```
|
||||||
|
> sudo mkdir -p /rw/bind-dirs/var/lib/tor
|
||||||
|
> ```
|
||||||
|
>
|
||||||
|
> This case happens only when the template on which this app qube is based does have this directory.
|
||||||
|
|
||||||
5. Reboot the app qube.
|
5. Reboot the app qube.
|
||||||
|
|
||||||
6. Done.
|
6. Done.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user