From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 371C7138334 for ; Sun, 14 Jul 2019 18:15:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 499C2E0929; Sun, 14 Jul 2019 18:15:39 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2CF69E0929 for ; Sun, 14 Jul 2019 18:15:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F3DC347B03 for ; Sun, 14 Jul 2019 18:15:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CA38603 for ; Sun, 14 Jul 2019 18:15:36 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1563127821.bfff05960d98b53f212bb2fc4b2968f14914e1cc.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel X-VCS-Directories: / X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: bfff05960d98b53f212bb2fc4b2968f14914e1cc X-VCS-Branch: master Date: Sun, 14 Jul 2019 18:15:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 01fb165f-ce1e-4250-9ff1-2d9709b019cc X-Archives-Hash: 9278f6f95f3b93c5944069673ed8d0f7 commit: bfff05960d98b53f212bb2fc4b2968f14914e1cc Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Jul 14 18:10:21 2019 +0000 Commit: Thomas Deutschmann gentoo 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 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