From: Michael Prokop Date: Thu, 10 Nov 2022 16:59:51 +0000 (+0100) Subject: Provide workaround for kmod/initramfs-tools issue with NFS/netboot X-Git-Tag: v0.42.0~1^2 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=ea1e5ea330eb48abb0b80d7e89bde2a96638db79;hp=ea1e5ea330eb48abb0b80d7e89bde2a96638db79;p=grml-live.git Provide workaround for kmod/initramfs-tools issue with NFS/netboot As of kmod v30+20220905-1 (as present in current Debian/bookworm), the output of the "modprobe --all --set-version="..." --ignore-install --quiet --show-depends nfs" command line, as used by initramfs-tools to identify dependencies of the the nfs module, changed. See https://bugs.debian.org/1022172 for further details. Until the situation between kmod, /lib/modprobe.d/50-nfs.conf and initramfs-tools has been resolved, let's provide a workaround, so our initramfs includes the required modules for netboot usage with NFS. Thanks: AndrĂ¡s Korn Closes: https://github.com/grml/grml/issues/192 ---