Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 186652 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/bin/genkernel (+5 lines)
Lines 110-115 Link Here
110
_MODULES_LOAD=${GK_SHARE}/arch/${ARCH}/modules_load
110
_MODULES_LOAD=${GK_SHARE}/arch/${ARCH}/modules_load
111
print_info 1 "Sourcing arch-specific modules_load from ${_MODULES_LOAD} .."
111
print_info 1 "Sourcing arch-specific modules_load from ${_MODULES_LOAD} .."
112
source "${_MODULES_LOAD}" || gen_die "Could not read ${_MODULES_LOAD}"
112
source "${_MODULES_LOAD}" || gen_die "Could not read ${_MODULES_LOAD}"
113
# Simple hack for MODULES_* override (user definition).
114
if grep -q -E '^MODULES_[A-Z]*' ${_GENKERNEL_CONF}; then
115
	source "${_GENKERNEL_CONF}" || small_die "Could not read ${_GENKERNEL_CONF}"
116
	print_info 1 "Some (or all) arch-specific modules_load is overrided from ${_GENKERNEL_CONF} .."
117
fi
113
echo
118
echo
114
119
115
# Merge modules_load from config
120
# Merge modules_load from config

Return to bug 186652