Since it actually looks like there is nothing wrong with the sysvinit patch
and it should be applied, can we apply the Devuan patch as well:
https://bugs.debian.org/cgi-bin/bugreport.cgi?att=1;bug=900089;filename=add_devuan_compatibility_900089.patch;msg=37
It changes one line in debian/zfs-dkms.dkms
--- a/debian/zfs-dkms.dkms
+++ b/debian/zfs-dkms.dkms
@@ -7,7 +7,7 @@ PRE_BUILD="configure
--with-config=kernel
--with-linux=$(
case `lsb_release -is` in
- (Debian)
+ (Debian|Devuan)
if [[ -e ${kernel_source_dir/%build/source} ]]
then
echo ${kernel_source_dir/%build/source}
I would just like to get everything working for the sysvinit zfs system for
both Debian and Devuan users. The bottom line is that we are a community and
are all in this together.