From bf389393ffa56881688fbff1219c562ec2997d98 Mon Sep 17 00:00:00 2001 From: Dave Reisner Date: Sat, 26 Nov 2016 12:49:41 -0500 Subject: base: drop addition of ehci softdep file this is no longer needed -- we get softdeps from the kernel. --- install/base | 1 - 1 file changed, 1 deletion(-) diff --git a/install/base b/install/base index ad0e5f2..0d3954f 100644 --- a/install/base +++ b/install/base @@ -21,7 +21,6 @@ build() { add_file "/usr/lib/initcpio/init_functions" "/init_functions" add_file "/usr/lib/initcpio/init" "/init" - add_file "/usr/lib/modprobe.d/usb-load-ehci-first.conf" } help() { -- cgit v1.2.3-24-g4f1b