From: Sebastian Pipping Date: Sun, 12 Aug 2012 18:13:10 +0000 (+0200) Subject: Report on sourced config files X-Git-Tag: v3.4.41~4^2~2 X-Git-Url: http://git.tremily.us/?p=genkernel.git;a=commitdiff_plain;h=6683592216b047d19874d1515ce72226a98650d7 Report on sourced config files --- diff --git a/genkernel b/genkernel index eb149db..5ee2d42 100755 --- a/genkernel +++ b/genkernel @@ -102,9 +102,13 @@ echo get_official_arch # Read arch-specific config +print_info 1 "Using genkernel.conf from ${_GENKERNEL_CONF}" +print_info 1 "Sourcing arch-specific config.sh from ${ARCH_CONFIG} .." source ${ARCH_CONFIG} || gen_die "Could not read ${ARCH_CONFIG}" _MODULES_LOAD=${GK_SHARE}/arch/${ARCH}/modules_load +print_info 1 "Sourcing arch-specific modules_load from ${_MODULES_LOAD} .." source "${_MODULES_LOAD}" || gen_die "Could not read ${_MODULES_LOAD}" +echo # Merge modules_load from config for group_modules in ${!AMODULES_*}; do