Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/genkernel:master commit in: defaults/
Date: Fri, 01 Mar 2019 06:00:25
Message-Id: 1551419915.93f00250b4596e7f04959485c139bea92e77da2c.robbat2@gentoo
1 commit: 93f00250b4596e7f04959485c139bea92e77da2c
2 Author: Louis Sautier <sautier.louis <AT> gmail <DOT> com>
3 AuthorDate: Sat Jan 5 01:07:12 2019 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 1 05:58:35 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=93f00250
7
8 Don't set QUIET=1 by default, fixes login-remote.sh messages
9
10 QUIET should not be enabled by default, otherwise login-remote.sh will
11 be quiet and lack messages like "LUKS device /dev/xxx opened".
12
13 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
14
15 defaults/initrd.defaults | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/defaults/initrd.defaults b/defaults/initrd.defaults
19 index 2bf14f4..6a3b792 100755
20 --- a/defaults/initrd.defaults
21 +++ b/defaults/initrd.defaults
22 @@ -52,7 +52,7 @@ KMINOR=`echo $KV | cut -f2 -d.`
23 KVER="${KMAJOR}.${KMINOR}"
24 MISCOPTS='debug detect'
25
26 -QUIET='1'
27 +QUIET=''
28 ROOT_LINKS='bin sbin lib lib32 lib64 boot usr opt emul'
29 ROOT_TREES='etc root home var'