mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
systemd: fix kernel-overlays.service ordering
kernel-overlays.service needs to be ordered before the modprobe@ instances, which were introduced in systemd 245, otherwise modprobe@drm.service can run before /lib/firmware exists and edid-override will fail. Fix that by adding modprobe@.service template drop-in to order it after kernel-overlays.service Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
d8f199f700
commit
2f9d16a509
@ -0,0 +1,2 @@
|
|||||||
|
[Unit]
|
||||||
|
After=kernel-overlays.service
|
Loading…
x
Reference in New Issue
Block a user