Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Sun, 08 Feb 2015 21:40:02
Message-Id: 1421712079.115084cfb2ec3a78b75aa4e08b93802a87fde19c.ottxor@gentoo
1 commit: 115084cfb2ec3a78b75aa4e08b93802a87fde19c
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 20 00:01:19 2015 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 20 00:01:19 2015 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/genkernel.git;a=commit;h=115084cf
7
8 genkernel.conf: added another CMD_CALLBACK example
9
10 Signed-off-by: Christoph Junghans <ottxor <AT> gentoo.org>
11
12 ---
13 genkernel.conf | 5 +++--
14 1 file changed, 3 insertions(+), 2 deletions(-)
15
16 diff --git a/genkernel.conf b/genkernel.conf
17 index 7f42b05..ba656f9 100644
18 --- a/genkernel.conf
19 +++ b/genkernel.conf
20 @@ -118,8 +118,9 @@ DISKLABEL="yes"
21 #SPLASH_THEME="gentoo"
22
23 # Run the specified command in the current environment after the kernel and
24 -# modules have been compiled, useful to rebuild external kernel module.
25 -# use "emerge --quiet @module-rebuild" for >=portage-2.2
26 +# modules have been compiled, useful to rebuild external kernel module
27 +# (use "emerge --quiet @module-rebuild" for >=portage-2.2) or installing additional
28 +# files (use 'copy_image_with_preserve dtb path/to/dtb dtb ${KNAME}-${ARCH}-${KV}')
29 #CMD_CALLBACK=""
30
31 # =========Keymap Settings=========