From 8981d81e026dcac3ee1f675126a50bf8b38bbb69 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sun, 1 Apr 2012 22:08:45 -0400 Subject: base: move usb modprobe rule to /usr/lib/modprobe.d Signed-off-by: Dave Reisner --- install/base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/base b/install/base index eee61c9..8ec59a3 100644 --- a/install/base +++ b/install/base @@ -33,7 +33,7 @@ build() { add_file "/usr/lib/initcpio/init_functions" "/init_functions" add_file "/usr/lib/initcpio/init" "/init" - add_file "/lib/modprobe.d/usb-load-ehci-first.conf" + add_file "/usr/lib/modprobe.d/usb-load-ehci-first.conf" # write a new config file. re-source the config as we can't guarantee the # environment hasn't been modified, but subshell it so it doesn't disturb -- cgit v1.2.3-24-g4f1b