From: Michael Prokop Date: Tue, 15 Nov 2022 17:10:39 +0000 (+0100) Subject: GRMLBASE/39-modprobe: do not expect all files in /etc/modprobe.d to be used X-Git-Tag: v0.42.2~4 X-Git-Url: https://git.grml.org/?a=commitdiff_plain;h=c55290be997ac9f822dbd57ec9a9721298ba8f35;hp=c55290be997ac9f822dbd57ec9a9721298ba8f35;p=grml-live.git GRMLBASE/39-modprobe: do not expect all files in /etc/modprobe.d to be used Quotin from fcopy(8) about its -i option: | Ignore warnings about no matching class and non-existing source directories. These warnings will not set the exit code to 1. By adding this, we can support configurations of users who have additional files in their /etc/modprobe.d setup, though don't want to necessarily always install them. ---