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).
This commit is contained in:
parent
221e0e6cf4
commit
471233df8a
@ -15,7 +15,7 @@ sub() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
# tune make-initrd
|
# 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)
|
# don't allow systemd to set LANG (see also #27408)
|
||||||
sub /etc/locale.conf 'LANG='
|
sub /etc/locale.conf 'LANG='
|
||||||
|
Loading…
Reference in New Issue
Block a user