ports/main/nnd-s6-services/rc/kmod.sysfs/up

12 lines
190 B
Plaintext
Raw Normal View History

2022-03-21 12:25:55 +00:00
#!/bin/execlineb -P
2022-10-18 19:06:48 +00:00
s6-envdir -i /etc/s6/env/path
2023-02-01 08:50:08 +00:00
emptyenv -p
2022-03-21 12:25:55 +00:00
if -t {
pipeline {
pipeline {
2023-02-01 08:50:08 +00:00
find /sys -name modalias -type f -print0
} xargs -0 sort -u
} xargs modprobe -b -a -s
2022-03-21 12:25:55 +00:00
}