* Add a /etc/modprobe.d folder populated using a config USB stick with folder modprobe * Add the documentation for the modprobe folder
15 lines
283 B
SYSTEMD
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
|