From 6683592216b047d19874d1515ce72226a98650d7 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 12 Aug 2012 20:13:10 +0200 Subject: [PATCH] Report on sourced config files --- genkernel | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.26.2