Hi Robert,
I haven't found the reason.
For my limited kernel knowledge I have checked and discussed a bit.
in [1] I found
$ grep -Hrn autofs debian.master/contro*
debian.master/control.d/generic.inclusion-list:181:fs/autofs4/autofs4.ko
But then was made aware that with 4.18 ther kernel started to include this series [2]
Which means it was moved to a different path.
Maybe this would be enough to fix it, btu that is up to the kernel team
diff --git a/debian.master/control.d/generic.inclusion-list b/debian.master/control.d/generic.inclusion-list
index 3797f760226a..19fb0d4620c0 100644
--- a/debian.master/control.d/generic.inclusion-list
+++ b/debian.master/control.d/generic.inclusion-list
@@ -178,7 +178,7 @@ drivers/xen/*
! find sound/core -name oss -prune -o -name *.ko -print
fs/9p/*
fs/aufs/aufs.ko
-fs/autofs4/autofs4.ko
+fs/autofs/autofs4.ko
fs/binfmt_misc.ko
fs/btrfs/*
fs/cachefiles/cachefiles.ko
Hi Robert,
I haven't found the reason.
For my limited kernel knowledge I have checked and discussed a bit.
in [1] I found master/ contro* master/ control. d/generic. inclusion- list:181: fs/autofs4/ autofs4. ko
$ grep -Hrn autofs debian.
debian.
But then was made aware that with 4.18 ther kernel started to include this series [2]
Which means it was moved to a different path.
Maybe this would be enough to fix it, btu that is up to the kernel team master/ control. d/generic. inclusion- list b/debian. master/ control. d/generic. inclusion- list .19fb0d4620c0 100644 master/ control. d/generic. inclusion- list master/ control. d/generic. inclusion- list autofs4. ko autofs4. ko cachefiles. ko
diff --git a/debian.
index 3797f760226a.
--- a/debian.
+++ b/debian.
@@ -178,7 +178,7 @@ drivers/xen/*
! find sound/core -name oss -prune -o -name *.ko -print
fs/9p/*
fs/aufs/aufs.ko
-fs/autofs4/
+fs/autofs/
fs/binfmt_misc.ko
fs/btrfs/*
fs/cachefiles/
[1]: git://kernel. ubuntu. com/ubuntu/ ubuntu- bionic. git /git.kernel. org/pub/ scm/linux/ kernel/ git/torvalds/ linux.git/ commit/ ?id=68abbe72956 7cef128b2c2141f 2ed2567f3b8372
[2]: https:/