diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-03-26 09:27:11 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-03-26 09:35:07 +0100 |
commit | d83e90c73cf25a839f5e60f355baa0d38364ff41 (patch) | |
tree | 2b924b2e897c0b0c2fcf97cbcbccfb7afbc843e8 /modprobe.d | |
parent | config files: recommend systemd-analyze cat-config (diff) | |
download | systemd-d83e90c73cf25a839f5e60f355baa0d38364ff41.tar.xz systemd-d83e90c73cf25a839f5e60f355baa0d38364ff41.zip |
Add READMEs in all .d directories
Diffstat (limited to 'modprobe.d')
-rw-r--r-- | modprobe.d/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/modprobe.d/README b/modprobe.d/README new file mode 100644 index 0000000000..4c11e46df1 --- /dev/null +++ b/modprobe.d/README @@ -0,0 +1,7 @@ +Files in this directory contain configuration for modprobe, a program to load +kernel modules. + +See man:modprobe.d(5) for explanation of the configuration file format, and +man:modprobe(8) for a description of the program itself. + +Use 'systemd-analyze cat-config modprobe.d' to display the effective config. |