summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2011-10-10 01:34:02 +0200
committerDave Reisner <dreisner@archlinux.org>2011-10-10 01:36:44 +0200
commit8517bd9384f51d0f3da6a77764c335abdb524bbf (patch)
tree9bb441276441ed3fb981ec2f8511572dc9f76c7b /install
parent1d86ae6e5b8976aade3de34990d289fdd3806032 (diff)
downloadmkinitcpio-8517bd9384f51d0f3da6a77764c335abdb524bbf.tar.gz
mkinitcpio-8517bd9384f51d0f3da6a77764c335abdb524bbf.tar.xz
install/base: grab usb-ehci udev rule to /lib0.7.4
Done as part of FS#25788. Signed-off-by: Dave Reisner <dreisner@archlinux.org>
Diffstat (limited to 'install')
-rw-r--r--install/base2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/base b/install/base
index e85551c..25b297f 100644
--- a/install/base
+++ b/install/base
@@ -11,7 +11,7 @@ build() {
add_file "/lib/initcpio/init_functions" "/init_functions"
add_file "/lib/initcpio/init" "/init"
- add_file "/etc/modprobe.d/usb-load-ehci-first.conf"
+ add_file "/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