diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-04-02 04:08:45 +0200 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2012-04-02 04:08:45 +0200 |
commit | 8981d81e026dcac3ee1f675126a50bf8b38bbb69 (patch) | |
tree | 997bac8080431b9d4191a72d53788ce110e2ad5b /install/base | |
parent | fc7097a016472a084bd8428c027e60d5dfd3aa40 (diff) | |
download | mkinitcpio-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>
Diffstat (limited to 'install/base')
-rw-r--r-- | install/base | 2 |
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 |