Browse Source

suppress modprobe errors on builtins (credits to Kay Sievers)

Install /lib/modules/$kv/modules.builtin.bin to suppress modprobe error
messages saying module was not found, while it's built-in.

Credits go to Kay Sievers who enlighten us about meaning of this cool
file.
master
Amadeusz Żołnowski 15 years ago committed by Harald Hoyer
parent
commit
6bde7a17be
  1. 1
      modules.d/90kernel-modules/install

1
modules.d/90kernel-modules/install

@ -4,3 +4,4 @@ @@ -4,3 +4,4 @@
[ -f /etc/modprobe.conf ] && dracut_install /etc/modprobe.conf
dracut_install $(find /etc/modprobe.d/ -type f -name '*.conf')
inst_hook cmdline 01 "$moddir/parse-kernel.sh"
inst "$srcmods/modules.builtin.bin"

Loading…
Cancel
Save