mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-06-16 02:39:54 -04:00
Merge branch 'patch-29' of https://github.com/adrelanos/qubes-doc into adrelanos-patch-29
This commit is contained in:
commit
5618d7e3cb
1 changed files with 9 additions and 5 deletions
|
@ -23,17 +23,21 @@ bind-dirs.sh works with Qubes R3.2 and above.
|
||||||
|
|
||||||
## How to use bind-dirs.sh? ##
|
## How to use bind-dirs.sh? ##
|
||||||
|
|
||||||
1. Create a file `/rw/config/qubes-bind-dirs.d/50_user.conf` with root rights inside a VM.
|
1. Make sure folder `/rw/config/qubes-bind-dirs.d` exists.
|
||||||
|
|
||||||
2. Append a folder or file to the `binds` variable. In the following example we are using folder `/var/lib/tor`. You can replace that folder with a folder or file of your choice.
|
sudo mkdir -p /rw/config/qubes-bind-dirs.d
|
||||||
|
|
||||||
|
2. Create a file `/rw/config/qubes-bind-dirs.d/50_user.conf` with root rights inside a VM.
|
||||||
|
|
||||||
|
3. Append a folder or file to the `binds` variable. In the following example we are using folder `/var/lib/tor`. You can replace that folder with a folder or file of your choice.
|
||||||
|
|
||||||
binds+=( '/var/lib/tor' )
|
binds+=( '/var/lib/tor' )
|
||||||
|
|
||||||
3. Save.
|
4. Save.
|
||||||
|
|
||||||
4. Reboot the VM.
|
5. Reboot the VM.
|
||||||
|
|
||||||
5. Done.
|
6. Done.
|
||||||
|
|
||||||
## Other Configuration Folders ##
|
## Other Configuration Folders ##
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue