From 681d94c9947cee61290b63507e79741b4b2f4118 Mon Sep 17 00:00:00 2001 From: Zakhar Semenov Date: Tue, 20 Dec 2016 14:01:56 +0700 Subject: [PATCH] Update bind-dirs.md Typo fixes --- customization/bind-dirs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customization/bind-dirs.md b/customization/bind-dirs.md index c4074994..43f5f1ba 100644 --- a/customization/bind-dirs.md +++ b/customization/bind-dirs.md @@ -43,7 +43,7 @@ bind-dirs.sh works with Qubes R3.2 and above. ## Limitations ## -* Files that exist in the TempalteVM root image cannot be made deleted in the TemlateBasedVMs root image using bind-dirs.sh. +* Files that exist in the TemplateVM root image cannot be made deleted in the TemplateBasedVMs root image using bind-dirs.sh. * Does not work if the file / folder in question does not already exist in the root image. I.e. a file that does not exist in the root image cannot be bind mounted in the TemplateBasedVM. * Re-running `sudo /usr/lib/qubes/bind-dirs.sh` without previous `sudo /usr/lib/qubes/bind-dirs.sh umount` does not work. * Running 'sudo /usr/lib/qubes/bind-dirs.sh umount' after boot (before shutdown) is probably not sane and nothing can be done about that.