commit:     cc8a012bb8525cfa2c378f2f5d21323e44b106d9
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 21 21:53:39 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> 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 <whissi <AT> 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}

Reply via email to