Skip to content

Commit

Permalink
sys-fs/zfs: mention zfs-load-key openrc service in 9999
Browse files Browse the repository at this point in the history
openzfs/zfs@f04b976
^ this commit added zfs-load-key service
let's notify users that they may want to add it.

openzfs/zfs#11659
openzfs/zfs#11662
Signed-off-by: Georgy Yakovlev <[email protected]>
  • Loading branch information
gyakovlev committed Dec 17, 2021
1 parent 587cc96 commit eab76f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sys-fs/zfs/zfs-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]] || \
Expand Down

0 comments on commit eab76f4

Please sign in to comment.