Stub out kernel-network-modules dracut module
basementhud/pipeline/head This commit looks good Details

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.
pull/1/head
Dustin 2022-04-06 13:47:32 -05:00
parent 3230e6a050
commit f25226ebb5
1 changed files with 17 additions and 0 deletions

View File

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