From 73fd80c87696f72d769aed377cc1bb89c2d540cf Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 18 Jan 2016 10:15:16 +0100 Subject: init: hide kernel messages with 'quiet' this was commented out during nlplug-findfs refactor for debugging purposes. uncomment it again. --- initramfs-init.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initramfs-init.in b/initramfs-init.in index c5a6e84..e18652a 100755 --- a/initramfs-init.in +++ b/initramfs-init.in @@ -305,7 +305,7 @@ ALPINE_REPO=${KOPT_alpine_repo} [ "$ALPINE_REPO" = "auto" ] && ALPINE_REPO= # hide kernel messages -#[ "$KOPT_quiet" = yes ] && dmesg -n 1 +[ "$KOPT_quiet" = yes ] && dmesg -n 1 # optional blacklist for i in ${KOPT_blacklist/,/ }; do -- cgit v1.2.3