Stub out kernel-network-modules dracut module
All checks were successful
basementhud/pipeline/head This commit looks good

This dumb module includes a ton of useless drivers.  There doesn't seem
to be a way to avoid including it, because it is expressed as a
dependency of the *network* module, and even explicitly omitting the
modules it would include seems to have no effect.
This commit is contained in:
2022-04-06 13:47:32 -05:00
parent 3230e6a050
commit f25226ebb5

View File

@@ -0,0 +1,17 @@
#!/usr/bin/bash
check() {
return 255
}
depends() {
return 0
}
installkernel() {
return 0
}
install() {
return 0
}