From 471233df8ae4b6c19219fd1cb54de7357cda6db3 Mon Sep 17 00:00:00 2001 From: "Ivan A. Melnikov" Date: Mon, 10 Dec 2018 12:31:26 +0000 Subject: [PATCH] init: fix portability 90-systemd on mipsel autofs4.ko is not available on Tavolga, and might be unavailable elsewhere as well (or vice versa, might become available). --- features.in/init/rootfs/image-scripts.d/90-systemd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features.in/init/rootfs/image-scripts.d/90-systemd b/features.in/init/rootfs/image-scripts.d/90-systemd index 8cef347d..31c5159e 100755 --- a/features.in/init/rootfs/image-scripts.d/90-systemd +++ b/features.in/init/rootfs/image-scripts.d/90-systemd @@ -15,7 +15,7 @@ sub() { } # tune make-initrd -sub /etc/initrd.mk 'MODULES_PRELOAD += autofs4' +sub /etc/initrd.mk 'MODULES_TRY_ADD += autofs4' # don't allow systemd to set LANG (see also #27408) sub /etc/locale.conf 'LANG='