commit:     115084cfb2ec3a78b75aa4e08b93802a87fde19c
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 20 00:01:19 2015 +0000
Commit:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Tue Jan 20 00:01:19 2015 +0000
URL:        
http://sources.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=115084cf

genkernel.conf: added another CMD_CALLBACK example

Signed-off-by: Christoph Junghans <ottxor <AT> gentoo.org>

---
 genkernel.conf | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/genkernel.conf b/genkernel.conf
index 7f42b05..ba656f9 100644
--- a/genkernel.conf
+++ b/genkernel.conf
@@ -118,8 +118,9 @@ DISKLABEL="yes"
 #SPLASH_THEME="gentoo"
 
 # Run the specified command in the current environment after the kernel and
-# modules have been compiled, useful to rebuild external kernel module.
-# use "emerge --quiet @module-rebuild" for >=portage-2.2
+# modules have been compiled, useful to rebuild external kernel module
+# (use "emerge --quiet @module-rebuild" for >=portage-2.2) or installing 
additional
+# files (use 'copy_image_with_preserve dtb path/to/dtb dtb 
${KNAME}-${ARCH}-${KV}')
 #CMD_CALLBACK=""
 
 # =========Keymap Settings=========

Reply via email to