GRMLBASE/39-modprobe: avoid usage of /lib/modprobe.d/50-nfs.conf
authorMichael Prokop <mika@grml.org>
Mon, 14 Nov 2022 15:19:51 +0000 (16:19 +0100)
committerMichael Prokop <mika@grml.org>
Wed, 16 Nov 2022 11:15:07 +0000 (12:15 +0100)
commit1aa1823778d01c5ef6d2abeb6d361df6e0194c6c
tree583f86b67551ac19ca8090ec073a44c5174d9324
parentc55290be997ac9f822dbd57ec9a9721298ba8f35
GRMLBASE/39-modprobe: avoid usage of /lib/modprobe.d/50-nfs.conf

The /lib/modprobe.d/50-nfs.conf file as shipped with
nfs-kernel-server >=1:2.6.2-1 causes plenty of problems,
like:

* https://bugs.debian.org/1024082 ("nfs-kernel-server:
  /lib/modprobe.d/50-nfs.conf causing problems with sysctl from busybox
  and with kmod")
* https://bugs.debian.org/1022172 ("/lib/modprobe.d/50-nfs.conf causes
  initramfs-tools to stop including sunrpc module for nfs")

So instead, let's ensure we don't ship the upstream file.

Closes: https://github.com/grml/grml/issues/193
etc/grml/fai/config/scripts/GRMLBASE/39-modprobe