diff options
author | Thomas Bächler <thomas@archlinux.org> | 2009-06-07 13:34:11 +0200 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2009-06-07 13:34:11 +0200 |
commit | cb2d9b4f09b93ae76c518c0c58720acdf49f4ce2 (patch) | |
tree | 1f39ca7ecf30f637eed8c73464072626744427ad /install/base | |
parent | 6d284f628b80ed6f21b3ceee31eb91c34f9b587b (diff) | |
download | mkinitcpio-cb2d9b4f09b93ae76c518c0c58720acdf49f4ce2.tar.gz mkinitcpio-cb2d9b4f09b93ae76c518c0c58720acdf49f4ce2.tar.xz |
Adjust for module-init-tools change: usb-load-ehci-first is now usb-load-ehci-first.conf
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 f1a34ba..0fdc120 100644 --- a/install/base +++ b/install/base @@ -31,7 +31,7 @@ install () echo -e "${MESSAGE}" > ${MESSAGEFILE} add_file "${MESSAGEFILE}" "/message" fi - add_file "/etc/modprobe.d/usb-load-ehci-first" + add_file "/etc/modprobe.d/usb-load-ehci-first.conf" SCRIPT="" } |