Skip to content

Commit

Permalink
0.6.5.y replaced OpenRC zfs script with new scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Yao <[email protected]>
  • Loading branch information
ryao committed Dec 3, 2015
1 parent 71fc9cb commit 4686662
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion zfs-install
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4686662

Please sign in to comment.