base-files: update usb-load-ehci-first for recent kmod; install it to /usr/lib/modprobe.d.
This commit is contained in:
parent
d084dd0b9d
commit
70511b7e50
2 changed files with 4 additions and 7 deletions
|
@ -1,5 +1,2 @@
|
|||
#
|
||||
# Load the EHCI driver before OHCI or UHCI, to avoid a warning.
|
||||
#
|
||||
install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install ohci_hcd $CMDLINE_OPTS
|
||||
install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install uhci_hcd $CMDLINE_OPTS
|
||||
softdep ohci_hcd pre: ehci_hcd
|
||||
softdep uhci_hcd pre: ehci_hcd
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'base-files'
|
||||
pkgname=base-files
|
||||
version=0.88
|
||||
version=0.89
|
||||
revision=1
|
||||
bootstrap=yes
|
||||
makedepends="base-directories xbps-triggers"
|
||||
|
@ -24,7 +24,7 @@ do_install() {
|
|||
install -m644 ${FILESDIR}/*.sh ${DESTDIR}/etc/profile.d
|
||||
install -m644 ${FILESDIR}/DIR_COLORS* ${DESTDIR}/etc
|
||||
|
||||
vinstall ${FILESDIR}/usb-load-ehci-first 644 etc/modprobe.d \
|
||||
vinstall ${FILESDIR}/usb-load-ehci-first 644 usr/lib/modprobe.d \
|
||||
usb-load-ehci-first.conf
|
||||
vinstall ${FILESDIR}/blacklist.conf 644 etc/modprobe.d
|
||||
|
||||
|
|
Loading…
Reference in a new issue