summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-12-16 21:50:59 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-12-16 21:52:53 -0800
commitbd60046a87f7ab385bad0e262cac653739819675 (patch)
treeaf9cd5875dceced0522940e4f3d0cd0bf81dc75a /sys-fs/zfs
parentdev-libs/fribidi: Version bump to 1.0.11 (diff)
downloadgentoo-bd60046a87f7ab385bad0e262cac653739819675.tar.gz
gentoo-bd60046a87f7ab385bad0e262cac653739819675.tar.bz2
gentoo-bd60046a87f7ab385bad0e262cac653739819675.zip
sys-fs/zfs: mention zfs-load-key openrc service in 9999
https://github.com/openzfs/zfs/commit/f04b97620059d08b37d9e80ada397e742bb2f311 ^ this commit added zfs-load-key service let's notify users that they may want to add it. https://github.com/openzfs/zfs/issues/11659 https://github.com/openzfs/zfs/pull/11662 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'sys-fs/zfs')
-rw-r--r--sys-fs/zfs/zfs-9999.ebuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
index 4aae1526e48a..ed3bcd21366d 100644
--- a/sys-fs/zfs/zfs-9999.ebuild
+++ b/sys-fs/zfs/zfs-9999.ebuild
@@ -282,6 +282,8 @@ pkg_postinst() {
else
[[ -e "${EROOT}/etc/runlevels/boot/zfs-import" ]] || \
einfo "You should add zfs-import to the boot runlevel."
+ [[ -e "${EROOT}/etc/runlevels/boot/zfs-load-key" ]] || \
+ einfo "You should add zfs-load-key to the boot runlevel."
[[ -e "${EROOT}/etc/runlevels/boot/zfs-mount" ]]|| \
einfo "You should add zfs-mount to the boot runlevel."
[[ -e "${EROOT}/etc/runlevels/default/zfs-share" ]] || \