From be9356661582d76a0cd38a72feb79db9e258e210 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Thu, 15 Feb 2018 10:35:57 +0000 Subject: [PATCH] add /rw as custom location --- 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 0a9d4ed4..b3d1475b 100644 --- a/customization/bind-dirs.md +++ b/customization/bind-dirs.md @@ -15,7 +15,7 @@ any arbitrary files or folders can be made persistent in TemplateBasedVMs. ## What is it useful for? ## -In a TemplateBasedVM all of the file system comes from the template except /home and /usr/local. +In a TemplateBasedVM all of the file system comes from the template except `/home`, `/usr/local`, and `/rw`. This means that changes in the rest of the filesystem are lost when the TemplateBasedVM is shutdown. bind-dirs provides a mechanism whereby files usually taken from the template can be persisted across reboots.