Update 4.0 inheritance and persistence table (QubesOS/qubes-issues#4175)

This commit is contained in:
Andrew David Wong 2018-08-11 12:42:06 -05:00
parent bd273c5c7d
commit ddb659a637
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -90,14 +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`, `/usr/local` and `bind-dirs`)
|DisposableVM | `/home` | Nothing
| | Inheritance (1) | Persistence (2)
|--------------------|-----------------------------------------------------------|------------------------------------------
|TemplateVM | n/a | Everything
|TemplateBasedVM (3) | `/etc/skel` to `/home`, `/usr/local.orig` to `/usr/local` | `/rw` (includes `/home`, `/usr/local` and `bind-dirs`)
|DisposableVM | `/rw` (includes `/home`, `/usr/local` and `bind-dirs`) | Nothing
(1) Upon creation
(2) Following shutdown
(1) Upon creation
(2) Following shutdown
(3) Including [DVM Templates](/doc/dispvm/#disposable-vms-and-networking-r40-and-later)
Important Notes (R3.2 and earlier)
---------------