Ubuntu/Debian: Add a dataset for /var/lib/AccountsService
Suggested-by: Didier Roche <didrocks@ubuntu.com>
parent
1fc890ed19
commit
b3fccb69e5
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue