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

(-)modules.orig (-2 / +1 lines)
Lines 55-62 Link Here
55
		local KV_MINOR="`KV_minor "${KV}"`"
55
		local KV_MINOR="`KV_minor "${KV}"`"
56
56
57
		# New support for /etc/modules.autoload/kernel-$KV
57
		# New support for /etc/modules.autoload/kernel-$KV
58
		if [ "$(get_KV)" -ge "$(KV_to_int '2.5.0')" ] && \
58
		if [ "$(get_KV)" -ge "$(KV_to_int '2.5.0')" ]
59
		   [ -f /etc/modules.autoload.d/kernel-"${KV_MAJOR}.${KV_MINOR}" ]
60
		then
59
		then
61
			einfo "Using /etc/modules.autoload.d/kernel-${KV_MAJOR}.${KV_MINOR}:"
60
			einfo "Using /etc/modules.autoload.d/kernel-${KV_MAJOR}.${KV_MINOR}:"
62
			load_modules /etc/modules.autoload.d/kernel-"${KV_MAJOR}.${KV_MINOR}"
61
			load_modules /etc/modules.autoload.d/kernel-"${KV_MAJOR}.${KV_MINOR}"

Return to bug 24622