chore: don't enable unnecessary zfs services for OpenRC installs
This commit is contained in:
parent
69d02963ec
commit
5970601403
|
@ -352,8 +352,6 @@ EOF
|
||||||
else
|
else
|
||||||
rc-update add zfs-import boot || die "Could not add zfs-import to boot services"
|
rc-update add zfs-import boot || die "Could not add zfs-import to boot services"
|
||||||
rc-update add zfs-mount boot || die "Could not add zfs-mount to boot services"
|
rc-update add zfs-mount boot || die "Could not add zfs-mount to boot services"
|
||||||
rc-update add zfs-share default || die "Could not add zfs-share to default services"
|
|
||||||
rc-update add zfs-zed default || die "Could not add zfs-zed to default services"
|
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue