--- genkernel.org 2009-06-08 16:39:56.000000000 +0100 +++ genkernel 2009-06-08 16:40:28.000000000 +0100 @@ -103,6 +103,7 @@ # Read arch-specific config source ${ARCH_CONFIG} || gen_die "Could not read ${ARCH_CONFIG}" source ${GK_SHARE}/${ARCH}/modules_load || gen_die "Could not read ${GK_SHARE}/${ARCH}/modules_load" +[ -s ${GK_SHARE}/${ARCH}/my_modules_load ] && source ${GK_SHARE}/${ARCH}/my_modules_load # Merge modules_load from config for group_modules in ${!AMODULES_*}; do