From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.77) (envelope-from ) id 1SnzaL-0003v6-MV for garchives@archives.gentoo.org; Sun, 08 Jul 2012 22:04:09 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACC4321C002; Sun, 8 Jul 2012 22:03:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8229BE05F2 for ; Sun, 8 Jul 2012 22:03:27 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E748E1B402E for ; Sun, 8 Jul 2012 22:03:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D6FDEE5442 for ; Sun, 8 Jul 2012 22:03:24 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1341784902.c718d01381a9a619f71b0b500747604c3c8961c0.sping@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: / X-VCS-Repository: proj/genkernel X-VCS-Files: genkernel X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: c718d01381a9a619f71b0b500747604c3c8961c0 X-VCS-Branch: master Date: Sun, 8 Jul 2012 22:03:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 13e5f867-d64f-4d16-84a3-ff79f8e1a4b4 X-Archives-Hash: d32ff32cd45425d6b955a33a0fa6060b commit: c718d01381a9a619f71b0b500747604c3c8961c0 Author: Sebastian Pipping pipping org> AuthorDate: Sun Jul 8 22:00:19 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Jul 8 22:01:42 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/genkernel.git= ;a=3Dcommit;h=3Dc718d013 Improve wording --- genkernel | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/genkernel b/genkernel index 8343cfe..1cf57fa 100755 --- a/genkernel +++ b/genkernel @@ -363,8 +363,8 @@ then fi =20 if [ `${CONFGREP} 'CONFIG_EXT[0-9]_FS=3D' "${KERNEL_CONFIG}" | wc -l` -= ge 2 ]; then - print_warning 1 'With support for several ext* filesystems around it m= ay be needed to' - print_warning 1 'add "rootfstype=3Dext3" or "rootfstype=3Dext4"' + print_warning 1 'With support for several ext* filesystems available, = it may be needed to' + print_warning 1 'add "rootfstype=3Dext3" or "rootfstype=3Dext4" to the= list of boot parameters.' fi =20 unset CONFGREP