commit: bfff05960d98b53f212bb2fc4b2968f14914e1cc Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Sun Jul 14 18:10:21 2019 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Sun Jul 14 18:10:21 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=bfff0596
genkernel: Add empty line before warning regarding the need of rootfstype parameter Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org> genkernel | 1 + 1 file changed, 1 insertion(+) diff --git a/genkernel b/genkernel index d3ba388..7f2e6f7 100755 --- a/genkernel +++ b/genkernel @@ -430,6 +430,7 @@ then if [ $(${CONFGREP} 'CONFIG_EXT[0-9]_FS=' "${KERNEL_CONFIG}" | wc -l) -ge 2 ] then + print_warning 1 '' print_warning 1 'With support for several ext* filesystems available, it may be needed to' print_warning 1 'add "rootfstype=ext3" or "rootfstype=ext4" to the list of boot parameters.' fi