diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-11-22 16:41:50 -0500 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-11-25 20:08:57 -0500 |
commit | 56cda33a8cdfd3f11803cd8f7bd79be15f6ca23f (patch) | |
tree | 40ce7f323cb565958ef334afe364730f5254d0ae /mkinitcpio.conf | |
parent | 97368c0e78f3a4fe4d62f7aedde88d4be13bfdba (diff) |
modconf: add new hook to simply inclusion of modprobe config
Add this as a default in the config file.
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'mkinitcpio.conf')
-rw-r--r-- | mkinitcpio.conf | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/mkinitcpio.conf b/mkinitcpio.conf index c4380af..1047011 100644 --- a/mkinitcpio.conf +++ b/mkinitcpio.conf @@ -16,9 +16,6 @@ BINARIES="" # FILES # This setting is similar to BINARIES above, however, files are added # 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.d/modprobe.conf" FILES="" # HOOKS @@ -52,7 +49,7 @@ FILES="" # ## NOTE: If you have /usr on a separate partition, you MUST include the # usr, fsck and shutdown hooks. -HOOKS="base udev autodetect block filesystems usbinput fsck" +HOOKS="base udev autodetect modconf block filesystems usbinput fsck" # COMPRESSION # Use this to compress the initramfs image. By default, gzip compression |