Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 260139
Collapse All | Expand All

(-)/tmp/module-init-tools-3.12.ebuild (+8 lines)
Lines 47-52 Link Here
47
	into /
47
	into /
48
	newsbin "${FILESDIR}"/update-modules-3.5.sh update-modules || die
48
	newsbin "${FILESDIR}"/update-modules-3.5.sh update-modules || die
49
	doman "${FILESDIR}"/update-modules.8 || die
49
	doman "${FILESDIR}"/update-modules.8 || die
50
51
	cat <<-EOF > "${T}"/usb-load-ehci-first.conf
52
	install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install ohci_hcd \$CMDLINE_OPTS
53
	install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install uhci_hcd \$CMDLINE_OPTS
54
	EOF
55
56
	insinto /etc/modprobe.d
57
	doins "${T}"/usb-load-ehci-first.conf || die #260139
50
}
58
}
51
59
52
pkg_postinst() {
60
pkg_postinst() {

Return to bug 260139