mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-25 15:29:29 -05:00
Fix typos (#827)
This commit is contained in:
parent
6f1d018605
commit
e1248ad120
@ -46,7 +46,7 @@ Inside the TemplateBasedVM.
|
||||
|
||||
From now on any files within the/var/lib/tor folder will persist across reboots.
|
||||
|
||||
You can make make many files or folders persist, simply by making multiple entries in the p50_user.conf file, each on a separate line.
|
||||
You can make make many files or folders persist, simply by making multiple entries in the `50_user.conf` file, each on a separate line.
|
||||
For example, if you added the file `/etc/tor/torrc` to the `binds` variable, any modifications to *that* file will persist across reboots.
|
||||
|
||||
binds+=( '/var/lib/tor' )
|
||||
@ -65,7 +65,7 @@ Files or folders identified in the array are copied to /rw/bind-dirs if they do
|
||||
|
||||
Creation of the files and folders in /rw/bind-dirs should be automatic the first time the TemplateBasedVM is restarted after configuration.
|
||||
|
||||
If you want to circumvent this process, you can create the relevant filestructure under /rw/bind-dirs and make any changes at the same time that you perform the configuration, before reboot.
|
||||
If you want to circumvent this process, you can create the relevant file structure under /rw/bind-dirs and make any changes at the same time that you perform the configuration, before reboot.
|
||||
Note that you must create the full folder structure under /rw/bind-dirs - e.g you would have to create /rw/bind-dirs/var/lib/tor
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user