From 56cda33a8cdfd3f11803cd8f7bd79be15f6ca23f Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Thu, 22 Nov 2012 16:41:50 -0500 Subject: modconf: add new hook to simply inclusion of modprobe config Add this as a default in the config file. Signed-off-by: Dave Reisner --- install/modconf | 15 +++++++++++++++ mkinitcpio.conf | 5 +---- 2 files changed, 16 insertions(+), 4 deletions(-) create mode 100644 install/modconf diff --git a/install/modconf b/install/modconf new file mode 100644 index 0000000..b06b51a --- /dev/null +++ b/install/modconf @@ -0,0 +1,15 @@ +#!/bin/bash + +build() { + add_full_dir /etc/modprobe.d + add_full_dir /usr/lib/modprobe.d +} + +help() { + cat <