Files
operating-system/buildroot-external/rootfs-overlay/usr/lib/systemd/system/etc-modprobe.d.mount
Maël Kimmerlin 93d503cd3c Adding /etc/modprobe.d folder for module configuration (#397)
* Add a /etc/modprobe.d folder

populated using a config USB stick with folder modprobe

* Add the documentation for the modprobe folder
2019-05-10 19:08:37 +00:00

15 lines
283 B
SYSTEMD

[Unit]
Description=Kernel persistent modprobe.d
Requires=mnt-overlay.mount
After=mnt-overlay.mount
Before=systemd-modules-load.service hassos-config.service
[Mount]
What=/mnt/overlay/etc/modprobe.d
Where=/etc/modprobe.d
Type=None
Options=bind
[Install]
WantedBy=hassos-bind.target