summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-04-02 04:08:45 +0200
committerDave Reisner <dreisner@archlinux.org>2012-04-02 04:08:45 +0200
commit8981d81e026dcac3ee1f675126a50bf8b38bbb69 (patch)
tree997bac8080431b9d4191a72d53788ce110e2ad5b
parentfc7097a016472a084bd8428c027e60d5dfd3aa40 (diff)
downloadmkinitcpio-8981d81e026dcac3ee1f675126a50bf8b38bbb69.tar.gz
mkinitcpio-8981d81e026dcac3ee1f675126a50bf8b38bbb69.tar.xz
base: move usb modprobe rule to /usr/lib/modprobe.d
Signed-off-by: Dave Reisner <dreisner@archlinux.org>
-rw-r--r--install/base2
1 files changed, 1 insertions, 1 deletions
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