diff options
author | Dave Reisner <dreisner@archlinux.org> | 2016-11-26 18:49:41 +0100 |
---|---|---|
committer | Dave Reisner <dreisner@archlinux.org> | 2016-11-26 18:49:41 +0100 |
commit | bf389393ffa56881688fbff1219c562ec2997d98 (patch) | |
tree | c335406675626d1ce98d338e742bc8a3be01f713 | |
parent | a71507a9e679b665ec785e25e0dba1b2b6008c05 (diff) | |
download | mkinitcpio-bf389393ffa56881688fbff1219c562ec2997d98.tar.gz mkinitcpio-bf389393ffa56881688fbff1219c562ec2997d98.tar.xz |
base: drop addition of ehci softdep file
this is no longer needed -- we get softdeps from the kernel.
-rw-r--r-- | install/base | 1 |
1 files changed, 0 insertions, 1 deletions
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() { |