From ebd62388e0bf3ac4bc4b9d31b3a7565e12de72fd Mon Sep 17 00:00:00 2001 From: illiliti Date: Sat, 31 Jul 2021 20:49:20 +0300 Subject: [PATCH] readme: add zfs --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 775253e..2ee336d 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,8 @@ Features - No `local`'s, no bashisms, only POSIX shell - Portable, not distro specific - Easy to use configuration -- Build time and init time hooks +- Make time and init time hooks +- ZFS + native encryption support - LUKS (detached header, key), LVM - mdev, mdevd, eudev, systemd-udevd @@ -30,6 +31,8 @@ Dependencies - Optional. Required for UUID, LABEL, PARTUUID support * `mdev` OR `mdevd` OR `eudev` OR `systemd-udevd` OR CONFIG_UEVENT_HELPER - Optional. Required for modular kernel, /dev/mapper/* and /dev/disk/* creation +* `zfs` + - Optional. Required for ZFS support * `lvm2` - Optional. Required for LVM support * `cryptsetup`