diff options
author | Thomas Bächler <thomas@archlinux.org> | 2011-05-17 20:06:58 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2011-05-17 20:06:58 +0200 |
commit | 5d1f76ea7db5013c50fda3ac817af4348e338faa (patch) | |
tree | edc40a9d40f332e2c64513c81c776b60da6c79ec /mkinitcpio.conf | |
parent | 141fd099a6d0b5edfeb33a69c99b5f09014cd2a2 (diff) | |
download | mkinitcpio-5d1f76ea7db5013c50fda3ac817af4348e338faa.tar.gz mkinitcpio-5d1f76ea7db5013c50fda3ac817af4348e338faa.tar.xz |
mkinitcpio.conf: Fix modprobe.conf location in the FILES= example
Diffstat (limited to 'mkinitcpio.conf')
-rw-r--r-- | mkinitcpio.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkinitcpio.conf b/mkinitcpio.conf index 1b8e502..52abd56 100644 --- a/mkinitcpio.conf +++ b/mkinitcpio.conf @@ -19,7 +19,7 @@ BINARIES="" # as-is and are not parsed in any way. This is useful for config files. # Some users may wish to include modprobe.conf for custom module options # like so: -# FILES="/etc/modprobe.conf" +# FILES="/etc/modprobe.d/modprobe.conf" FILES="" # HOOKS |