From 59cb5129a31b3ca09d4b7de12fd345ceafd51d28 Mon Sep 17 00:00:00 2001 From: Patrick Schleizer Date: Wed, 21 Dec 2016 00:19:33 +0100 Subject: [PATCH] instruct to create /rw/config/qubes-bind-dirs.d --- customization/bind-dirs.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/customization/bind-dirs.md b/customization/bind-dirs.md index 43f5f1ba..487b824e 100644 --- a/customization/bind-dirs.md +++ b/customization/bind-dirs.md @@ -23,17 +23,21 @@ bind-dirs.sh works with Qubes R3.2 and above. ## 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' ) -3. Save. +4. Save. -4. Reboot the VM. +5. Reboot the VM. -5. Done. +6. Done. ## Other Configuration Folders ##