Ubuntu/Debian: Add a dataset for /var/lib/AccountsService

Suggested-by: Didier Roche <didrocks@ubuntu.com>
Richard Laager 2019-03-17 13:47:02 -05:00
parent 1fc890ed19
commit b3fccb69e5
2 changed files with 6 additions and 0 deletions

@ -144,6 +144,9 @@ The primary goal of this dataset layout is to separate the OS from user data. Th
If you use /var/www on this system:
# zfs create rpool/var/www
If this system will use GNOME:
# zfs create rpool/var/lib/AccountsService
If this system will use Docker (which manages its own datasets & snapshots):
# zfs create -o com.sun:auto-snapshot=false rpool/var/lib/docker

@ -168,6 +168,9 @@ With ZFS, it is not normally necessary to use a mount command (either `mount` or
If you use /var/www on this system:
# zfs create rpool/var/www
If this system will use GNOME:
# zfs create rpool/var/lib/AccountsService
If this system will use Docker (which manages its own datasets & snapshots):
# zfs create -o com.sun:auto-snapshot=false rpool/var/lib/docker