From 46866625bd1d3ca9784ffdd73ee552473acf411b Mon Sep 17 00:00:00 2001 From: Richard Yao Date: Thu, 3 Dec 2015 13:39:08 -0500 Subject: [PATCH] 0.6.5.y replaced OpenRC zfs script with new scripts Signed-off-by: Richard Yao --- zfs-install | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zfs-install b/zfs-install index 54ed8cf..78a4a22 100644 --- a/zfs-install +++ b/zfs-install @@ -79,7 +79,10 @@ echo "sys-fs/zfs ~amd64" >> /etc/portage/package.accept_keywords emerge sys-fs/zfs # Add zfs to boot runlevel -rc-update add zfs boot +rc-update add zfs-import boot +rc-update add zfs-mount boot +rc-update add zfs-share default +rc-update add zfs-zed default # Install gptfdisk emerge sys-apps/gptfdisk