home: hub: mkinitfs

Download patch

ref: 73fd80c87696f72d769aed377cc1bb89c2d540cf
parent: 949bd6f298590a6b4fe71783c15bac313cbc2923
author: Natanael Copa <ncopa@alpinelinux.org>
date: Mon Jan 18 04:15:16 CST 2016

init: hide kernel messages with 'quiet'

this was commented out during nlplug-findfs refactor for debugging
purposes. uncomment it again.

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -305,7 +305,7 @@
 [ "$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