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

Collapse All | Expand All

(-)genkernel.org (+1 lines)
Lines 103-108 Link Here
103
# Read arch-specific config
103
# Read arch-specific config
104
source ${ARCH_CONFIG} || gen_die "Could not read ${ARCH_CONFIG}"
104
source ${ARCH_CONFIG} || gen_die "Could not read ${ARCH_CONFIG}"
105
source ${GK_SHARE}/${ARCH}/modules_load || gen_die "Could not read ${GK_SHARE}/${ARCH}/modules_load"
105
source ${GK_SHARE}/${ARCH}/modules_load || gen_die "Could not read ${GK_SHARE}/${ARCH}/modules_load"
106
[ -s ${GK_SHARE}/${ARCH}/my_modules_load ] && source ${GK_SHARE}/${ARCH}/my_modules_load
106
107
107
# Merge modules_load from config
108
# Merge modules_load from config
108
for group_modules in ${!AMODULES_*}; do
109
for group_modules in ${!AMODULES_*}; do

Return to bug 273221