commit:     dcd1ace3f510c6dfb4a023a138f6918c0c942f6e
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 26 08:16:50 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Tue Mar 26 08:16:50 2019 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=dcd1ace3

genkernel: use "initramfs" instead of "initrd" in output for consistency

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 genkernel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/genkernel b/genkernel
index 1cb9d2d..c4ce4f8 100755
--- a/genkernel
+++ b/genkernel
@@ -310,7 +310,7 @@ then
        # Compile initramfs
        create_initramfs
 else
-       print_info 1 'initrd: Not building since only the kernel was 
requested...'
+       print_info 1 'initramfs: Not building since only the kernel was 
requested...'
 fi
 
 if isTrue "${INTEGRATED_INITRAMFS}"

Reply via email to