2
0
Files
Peter Collingbourne 0d5922c811 kmodloader: Filter out builtin lines from modprobe output
modprobe will print "builtin" lines for modules that are statically
linked into the kernel, which confuses this shell pipeline. Fix it by
adding a grep for "^insmod".
2026-05-03 04:02:31 -07:00
..