summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Bächler <thomas@archlinux.org>2009-01-11 15:44:45 +0100
committerThomas Bächler <thomas@archlinux.org>2009-01-11 15:44:45 +0100
commitdc191dfcba2522a2d6959b8074d4849b7fb76da3 (patch)
treecaeb1ccadd281144cea38a2d4ab3edd2dcf797a6
parentc1142ef7854f4a974e6a553ad6fff467a89f7312 (diff)
downloadmkinitcpio-0.5.21.tar.gz
mkinitcpio-0.5.21.tar.xz
Always add /etc/modprobe.d/usb-load-ehci-first to initramfs0.5.21
-rw-r--r--install/base1
1 files changed, 1 insertions, 0 deletions
diff --git a/install/base b/install/base
index 1a5d9bd..79ab177 100644
--- a/install/base
+++ b/install/base
@@ -30,6 +30,7 @@ install ()
echo -e "${MESSAGE}" > ${MESSAGEFILE}
add_file "${MESSAGEFILE}" "/message"
fi
+ add_file "/etc/modprobe.d/usb-load-ehci-first"
SCRIPT=""
}