From dc191dfcba2522a2d6959b8074d4849b7fb76da3 Mon Sep 17 00:00:00 2001 From: Thomas Bächler Date: Sun, 11 Jan 2009 15:44:45 +0100 Subject: Always add /etc/modprobe.d/usb-load-ehci-first to initramfs --- install/base | 1 + 1 file changed, 1 insertion(+) (limited to 'install') 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="" } -- cgit v1.2.3-24-g4f1b