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 D4078138334 for ; Sun, 13 Oct 2019 16:01:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B71CDE0858; Sun, 13 Oct 2019 16:01:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 7F32CE0858 for ; Sun, 13 Oct 2019 16:01:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8DA9E34BA6C for ; Sun, 13 Oct 2019 16:01:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B782C887 for ; Sun, 13 Oct 2019 16:00:58 +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: <1570980499.05503510ec91eaf840b886a56e1c5b0907a6c2fc.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/linuxrc X-VCS-Directories: defaults/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 05503510ec91eaf840b886a56e1c5b0907a6c2fc X-VCS-Branch: master Date: Sun, 13 Oct 2019 16:00:58 +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: b1761a94-161c-4212-ba78-d790315eb53f X-Archives-Hash: 80d34fb20b58119c103fd1b7b5aaa21c commit: 05503510ec91eaf840b886a56e1c5b0907a6c2fc Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Oct 13 14:46:29 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Oct 13 15:28:19 2019 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=05503510 linuxrc: Don't advertise multipath usage Since we don't do this for any other stuff, let's remove it for multipath, too. Signed-off-by: Thomas Deutschmann gentoo.org> defaults/linuxrc | 1 - 1 file changed, 1 deletion(-) diff --git a/defaults/linuxrc b/defaults/linuxrc index 83ef89f..fedb66a 100644 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -121,7 +121,6 @@ do USE_DMRAID_NORMAL=1 ;; domultipath) - good_msg "Booting with multipath activated." USE_MULTIPATH_NORMAL=1 ;; dozfs*)