aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2019-01-05 02:07:12 +0100
committerRobin H. Johnson <robbat2@gentoo.org>2019-02-28 21:58:35 -0800
commit93f00250b4596e7f04959485c139bea92e77da2c (patch)
tree942c80bb038cb7c930ec1ab295a713117dbbc9dd /defaults/initrd.defaults
parentmicrocode: add flexability: type & initramfs control (diff)
downloadgenkernel-93f00250b4596e7f04959485c139bea92e77da2c.tar.gz
genkernel-93f00250b4596e7f04959485c139bea92e77da2c.tar.bz2
genkernel-93f00250b4596e7f04959485c139bea92e77da2c.zip
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@gentoo.org>
Diffstat (limited to 'defaults/initrd.defaults')
-rwxr-xr-xdefaults/initrd.defaults2
1 files changed, 1 insertions, 1 deletions
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'