summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2009-06-07 13:34:11 +0200
committerThomas Bächler <thomas@archlinux.org>2009-06-07 13:34:11 +0200
commitcb2d9b4f09b93ae76c518c0c58720acdf49f4ce2 (patch)
tree1f39ca7ecf30f637eed8c73464072626744427ad /install
parent6d284f628b80ed6f21b3ceee31eb91c34f9b587b (diff)
downloadmkinitcpio-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')
-rw-r--r--install/base2
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=""
}