commit: 6ccec45907691aaa9db146ee81a0728f2fcc558c Author: Mike Pagano <mpagano <AT> gentoo <DOT> org> AuthorDate: Tue Apr 12 19:08:33 2022 +0000 Commit: Mike Pagano <mpagano <AT> gentoo <DOT> org> CommitDate: Tue Apr 12 19:08:33 2022 +0000 URL: https://gitweb.gentoo.org/proj/linux-patches.git/commit/?id=6ccec459
Select AUTOFS_FS when GENTOO_LINUX_INIT_SYSTEMD selected Bug: https://bugs.gentoo.org/838082 Signed-off-by: Mike Pagano <mpagano <AT> gentoo.org> 4567_distro-Gentoo-Kconfig.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/4567_distro-Gentoo-Kconfig.patch b/4567_distro-Gentoo-Kconfig.patch index 7e387d70..c9e2f30a 100644 --- a/4567_distro-Gentoo-Kconfig.patch +++ b/4567_distro-Gentoo-Kconfig.patch @@ -8,7 +8,7 @@ +source "distro/Kconfig" --- /dev/null 2022-01-30 08:12:05.041788304 -0500 +++ b/distro/Kconfig 2022-01-30 15:28:10.030352980 -0500 -@@ -0,0 +1,285 @@ +@@ -0,0 +1,286 @@ +menu "Gentoo Linux" + +config GENTOO_LINUX @@ -122,6 +122,7 @@ + depends on GENTOO_LINUX && GENTOO_LINUX_UDEV + + select AUTOFS4_FS ++ select AUTOFS_FS + select BLK_DEV_BSG + select BPF_SYSCALL + select CGROUP_BPF @@ -353,4 +354,3 @@ index 24c045b24..e13fc740c 100644 This is the portion of low virtual memory which should be protected -- 2.31.1 -```
