From c57b73f5f8117f79d4b1bd5f66ed6bcd53a91b20 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 8 Jul 2012 23:52:10 +0200 Subject: [PATCH] Always report used kernel config file --- ChangeLog | 4 ++++ genkernel | 2 ++ 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2469de6..501d9e4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ # Distributed under the GPL v2 # $Id$ + 08 Jul 2012; Sebastian Pipping gen_initramfs.sh, + genkernel: + Always report used kernel config file + 08 Jul 2012; Sebastian Pipping gen_configkernel.sh, gen_initramfs.sh: Catch case with no initramfs compression supported by kernel (bug #423847) diff --git a/genkernel b/genkernel index 103c434..8343cfe 100755 --- a/genkernel +++ b/genkernel @@ -117,6 +117,7 @@ done # get the real arguments for usage... determine_real_args +determine_config_file set_kernel_arch @@ -129,6 +130,7 @@ check_distfiles dump_debugcache NORMAL=${BOLD} print_info 1 "Linux Kernel ${BOLD}${KV}${NORMAL} for ${BOLD}${ARCH}${NORMAL}..." +print_info 1 ".. with config file ${KERNEL_CONFIG}" # Check BOOTDIR is mounted if ! isTrue ${CMD_INSTALL} -- 2.26.2