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] 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) ---------------