Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: /
Date: Tue, 26 Mar 2019 08:18:07
Message-Id: 1553588210.dcd1ace3f510c6dfb4a023a138f6918c0c942f6e.whissi@gentoo
1 commit: dcd1ace3f510c6dfb4a023a138f6918c0c942f6e
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 26 08:16:50 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 26 08:16:50 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=dcd1ace3
7
8 genkernel: use "initramfs" instead of "initrd" in output for consistency
9
10 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
11
12 genkernel | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/genkernel b/genkernel
16 index 1cb9d2d..c4ce4f8 100755
17 --- a/genkernel
18 +++ b/genkernel
19 @@ -310,7 +310,7 @@ then
20 # Compile initramfs
21 create_initramfs
22 else
23 - print_info 1 'initrd: Not building since only the kernel was requested...'
24 + print_info 1 'initramfs: Not building since only the kernel was requested...'
25 fi
26
27 if isTrue "${INTEGRATED_INITRAMFS}"