Fix typos (#827)

This commit is contained in:
Andrew David Wong 2019-06-10 19:52:26 -05:00
parent 6f1d018605
commit e1248ad120
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -46,7 +46,7 @@ Inside the TemplateBasedVM.
From now on any files within the/var/lib/tor folder will persist across reboots. 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. 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' ) 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. 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 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