commit: e94eddc6877546e5beb6d7c4dd40aed7bcc1057f
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 28 19:44:03 2019 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu Mar 28 19:44:03 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=e94eddc6
genkernel: remove information about splash=verbose requirement when
!BUILD_RAMDISK
This isn't needed anymore.
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
genkernel | 19 ++++++-------------
1 file changed, 6 insertions(+), 13 deletions(-)
diff --git a/genkernel b/genkernel
index b9c5d87..39186c3 100755
--- a/genkernel
+++ b/genkernel
@@ -339,19 +339,12 @@ then
print_info 1 ''
print_info 1 'Required Kernel Parameters:'
print_info 1 ' root=/dev/$ROOT'
- if ! isTrue "${BUILD_RAMDISK}"
- then
- print_info 1 ' [ And "vga=0x317 splash=verbose" if you use a
framebuffer ]'
- print_info 1 ''
- print_info 1 ' Where $ROOT is the device node for your root
partition as the'
- print_info 1 ' one specified in /etc/fstab'
- else
- print_info 1 ''
- print_info 1 ' Where $ROOT is the device node for your root
partition as the'
- print_info 1 ' one specified in /etc/fstab'
- print_info 1 ''
- print_info 1 "If you require Genkernel's hardware detection
features; you MUST"
- print_info 1 'tell your bootloader to use the provided
INITRAMFS file.'
+ print_info 1 ''
+ print_info 1 ' Where $ROOT is the device node for your root
partition as the'
+ print_info 1 ' one specified in /etc/fstab'
+ print_info 1 ''
+ print_info 1 "If you require Genkernel's hardware detection features;
you MUST"
+ print_info 1 'tell your bootloader to use the provided INITRAMFS file.'
fi
fi