From 6d5cc24886d4dfee63424c0a54c6105d5e1c8df0 Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Wed, 4 Jul 2018 11:46:22 +0000 Subject: [PATCH 1/2] add persistence table --- managing-os/templates.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/managing-os/templates.md b/managing-os/templates.md index e1b8e1f4..ea17959b 100644 --- a/managing-os/templates.md +++ b/managing-os/templates.md @@ -90,6 +90,15 @@ Important Notes (R4.0) The root filesystems in Standalone VMs can employ TRIM/discard on the root fs using normal tools and configuration options. +| | Inheritance (1) | Persistence (2) +|----------------|------------------------|------------------------------------------ +|TemplateVM | n/a | Everything +|TemplateBasedVM | `/etc/skel` to `/home` | `/rw` (includes `/home` and `bind-dirs`) +|DisposableVM | `/home` | Nothing + +(1) Upon creation +(2) Following shutdown + Important Notes (R3.2 and earlier) --------------- From a2ab2bcb39a95a5eb4d6a1a88836a8c4796f5afa Mon Sep 17 00:00:00 2001 From: awokd <34515595+awokd@users.noreply.github.com> Date: Wed, 4 Jul 2018 23:09:56 +0000 Subject: [PATCH 2/2] add /usr/local to table --- managing-os/templates.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/managing-os/templates.md b/managing-os/templates.md index ea17959b..6a8f6aff 100644 --- a/managing-os/templates.md +++ b/managing-os/templates.md @@ -93,7 +93,7 @@ Important Notes (R4.0) | | Inheritance (1) | Persistence (2) |----------------|------------------------|------------------------------------------ |TemplateVM | n/a | Everything -|TemplateBasedVM | `/etc/skel` to `/home` | `/rw` (includes `/home` and `bind-dirs`) +|TemplateBasedVM | `/etc/skel` to `/home` | `/rw` (includes `/home`, `/usr/local` and `bind-dirs`) |DisposableVM | `/home` | Nothing (1) Upon creation