Commit 471233df authored by Ivan A. Melnikov's avatar Ivan A. Melnikov Committed by Michael Shigorin

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).
parent 221e0e6c
......@@ -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='
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment