diff options
Diffstat (limited to 'install/modconf')
-rw-r--r-- | install/modconf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/install/modconf b/install/modconf index b06b51a..06cb997 100644 --- a/install/modconf +++ b/install/modconf @@ -1,8 +1,8 @@ #!/bin/bash build() { - add_full_dir /etc/modprobe.d - add_full_dir /usr/lib/modprobe.d + add_full_dir /etc/modprobe.d '*.conf' + add_full_dir /usr/lib/modprobe.d '*.conf' } help() { |