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: Thu, 28 Mar 2019 23:43:17
Message-Id: 1553802243.e94eddc6877546e5beb6d7c4dd40aed7bcc1057f.whissi@gentoo
1 commit: e94eddc6877546e5beb6d7c4dd40aed7bcc1057f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 28 19:44:03 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 28 19:44:03 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=e94eddc6
7
8 genkernel: remove information about splash=verbose requirement when !BUILD_RAMDISK
9
10 This isn't needed anymore.
11
12 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
13
14 genkernel | 19 ++++++-------------
15 1 file changed, 6 insertions(+), 13 deletions(-)
16
17 diff --git a/genkernel b/genkernel
18 index b9c5d87..39186c3 100755
19 --- a/genkernel
20 +++ b/genkernel
21 @@ -339,19 +339,12 @@ then
22 print_info 1 ''
23 print_info 1 'Required Kernel Parameters:'
24 print_info 1 ' root=/dev/$ROOT'
25 - if ! isTrue "${BUILD_RAMDISK}"
26 - then
27 - print_info 1 ' [ And "vga=0x317 splash=verbose" if you use a framebuffer ]'
28 - print_info 1 ''
29 - print_info 1 ' Where $ROOT is the device node for your root partition as the'
30 - print_info 1 ' one specified in /etc/fstab'
31 - else
32 - print_info 1 ''
33 - print_info 1 ' Where $ROOT is the device node for your root partition as the'
34 - print_info 1 ' one specified in /etc/fstab'
35 - print_info 1 ''
36 - print_info 1 "If you require Genkernel's hardware detection features; you MUST"
37 - print_info 1 'tell your bootloader to use the provided INITRAMFS file.'
38 + print_info 1 ''
39 + print_info 1 ' Where $ROOT is the device node for your root partition as the'
40 + print_info 1 ' one specified in /etc/fstab'
41 + print_info 1 ''
42 + print_info 1 "If you require Genkernel's hardware detection features; you MUST"
43 + print_info 1 'tell your bootloader to use the provided INITRAMFS file.'
44 fi
45 fi