From 00fd49cbd30a43a56e7d04c32d0616e3a2bf434c Mon Sep 17 00:00:00 2001 From: Axon Date: Sat, 17 Oct 2015 01:29:05 +0000 Subject: [PATCH] Fix typos --- en/developers/fundamentals/template-implementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/developers/fundamentals/template-implementation.md b/en/developers/fundamentals/template-implementation.md index 70c697ab..38995041 100644 --- a/en/developers/fundamentals/template-implementation.md +++ b/en/developers/fundamentals/template-implementation.md @@ -26,7 +26,7 @@ This is mounted as /rw and here is placed all VM private data. This includes: - */usr/local* – which is symlink to /rw/usrlocal - some config files (/rw/config) called by qubes core scripts (ex /rw/config/rc.local) -**Note:** Whenever a TemplateBasedVM is created, the contents of the `/home` directory of its parent TemplateVM is copied to the child TemplateBasedVM's `/home`. From that point onward, the child TemplateBasedVM's `/home` is independent its parent TemplateVM's `/home`, which means that any subsequent changes to the parent TemplateVM's `/home` will no longer affect the child TemplateBasedVM's `/home`. Once a TemplateBasedVM has been created, any changes in its `/home`, `/usr/local`, or `/rw/config` directories will be persistent across reboots, which means that any files stored there will still be available after restarting the TemplateBasedVM. No changes in any other directories in TemplateBasedVMs persist in this manner. If you would like to make changes in other directories which *do* persist in this manner, you must make those changes in the parent TemplateVM. +**Note:** Whenever a TemplateBasedVM is created, the contents of the `/home` directory of its parent TemplateVM are copied to the child TemplateBasedVM's `/home`. From that point onward, the child TemplateBasedVM's `/home` is independent from its parent TemplateVM's `/home`, which means that any subsequent changes to the parent TemplateVM's `/home` will no longer affect the child TemplateBasedVM's `/home`. Once a TemplateBasedVM has been created, any changes in its `/home`, `/usr/local`, or `/rw/config` directories will be persistent across reboots, which means that any files stored there will still be available after restarting the TemplateBasedVM. No changes in any other directories in TemplateBasedVMs persist in this manner. If you would like to make changes in other directories which *do* persist in this manner, you must make those changes in the parent TemplateVM. modules.img (xvdd) ------------------