Always report used kernel config file
authorSebastian Pipping <sebastian@pipping.org>
Sun, 8 Jul 2012 21:52:10 +0000 (23:52 +0200)
committerSebastian Pipping <sebastian@pipping.org>
Sun, 8 Jul 2012 22:01:42 +0000 (00:01 +0200)
ChangeLog
genkernel

index 2469de66916ddeed7fd674c203878c0ff338b07b..501d9e473ee833a8698dcdae56be06e7560d6cbb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,10 @@
 # Distributed under the GPL v2
 # $Id$
 
+  08 Jul 2012; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh,
+  genkernel:
+  Always report used kernel config file
+
   08 Jul 2012; Sebastian Pipping <sping@gentoo.org> gen_configkernel.sh,
   gen_initramfs.sh:
   Catch case with no initramfs compression supported by kernel (bug #423847)
index 103c43453186bfd6e0b34032077ee110689587f9..8343cfe750248e25cfc78e7db749d558641a6f5f 100755 (executable)
--- 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}