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 9C2981382C5 for ; Sun, 21 Mar 2021 22:36:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF83DE0877; Sun, 21 Mar 2021 22:36:12 +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 D8BB0E0877 for ; Sun, 21 Mar 2021 22:36:12 +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 11492335D1E for ; Sun, 21 Mar 2021 22:36:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 43484631 for ; Sun, 21 Mar 2021 22:36:09 +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: <1616363619.cc8a012bb8525cfa2c378f2f5d21323e44b106d9.whissi@gentoo> Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/ X-VCS-Repository: proj/genkernel X-VCS-Files: defaults/initrd.scripts X-VCS-Directories: defaults/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: cc8a012bb8525cfa2c378f2f5d21323e44b106d9 X-VCS-Branch: master Date: Sun, 21 Mar 2021 22:36:09 +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: e86131d8-5b23-4715-bcde-0cfe28191640 X-Archives-Hash: b74f8d3e35c72f9e28bb392198f44296 commit: cc8a012bb8525cfa2c378f2f5d21323e44b106d9 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Mar 21 21:53:39 2021 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Mar 21 21:53:39 2021 +0000 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=cc8a012b initrd.scripts: crypt_filter(): crypt_silent shouldn't hide cryptsetup prompt Signed-off-by: Thomas Deutschmann gentoo.org> defaults/initrd.scripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts index 927404d..5ec8adb 100644 --- a/defaults/initrd.scripts +++ b/defaults/initrd.scripts @@ -1238,7 +1238,7 @@ write_env_file() { crypt_filter() { if [ "${CRYPT_SILENT}" = '1' ] then - eval run ${1} >/dev/null 2>&1 + eval run ${1} else splash 'verbose' >/dev/null & eval run ${1}