add info about systemd preZFS mount

George Melikov 2018-09-19 19:04:09 +03:00
parent 0c60eb341f
commit 9eb6eae03d
1 changed files with 2 additions and 0 deletions

@ -136,6 +136,8 @@ Now you can create datasets:
# zfs create -o com.sun:auto-snapshot=false \
-o mountpoint=/var/lib/nfs rpool/var/nfs
**Notes**: in ZFS versions older than 0.8 `/var` and some other directories may be mounted by systemd before ZFS mount. In this case you can add something similar to `/etc/fstab`: `none /var/lib none fake,x-systemd.requires=zfs-mount.service 0 0`
3.4 Install the minimal system:
# chmod 1777 /mnt/var/tmp