diff options
author | Thomas Bächler <thomas@archlinux.org> | 2009-01-11 15:44:45 +0100 |
---|---|---|
committer | Thomas Bächler <thomas@archlinux.org> | 2009-01-11 15:44:45 +0100 |
commit | dc191dfcba2522a2d6959b8074d4849b7fb76da3 (patch) | |
tree | caeb1ccadd281144cea38a2d4ab3edd2dcf797a6 | |
parent | c1142ef7854f4a974e6a553ad6fff467a89f7312 (diff) | |
download | mkinitcpio-dc191dfcba2522a2d6959b8074d4849b7fb76da3.tar.gz mkinitcpio-dc191dfcba2522a2d6959b8074d4849b7fb76da3.tar.xz |
Always add /etc/modprobe.d/usb-load-ehci-first to initramfs0.5.21
-rw-r--r-- | install/base | 1 |
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="" } |