commit: 93f00250b4596e7f04959485c139bea92e77da2c
Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
AuthorDate: Sat Jan 5 01:07:12 2019 +0000
Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
CommitDate: Fri Mar 1 05:58:35 2019 +0000
URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=93f00250
Don't set QUIET=1 by default, fixes login-remote.sh messages
QUIET should not be enabled by default, otherwise login-remote.sh will
be quiet and lack messages like "LUKS device /dev/xxx opened".
Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
defaults/initrd.defaults | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults
index 2bf14f4..6a3b792 100755
--- a/defaults/initrd.defaults
+++ b/defaults/initrd.defaults
@@ -52,7 +52,7 @@ KMINOR=`echo $KV | cut -f2 -d.`
KVER="${KMAJOR}.${KMINOR}"
MISCOPTS='debug detect'
-QUIET='1'
+QUIET=''
ROOT_LINKS='bin sbin lib lib32 lib64 boot usr opt emul'
ROOT_TREES='etc root home var'