home: hub: mkinitfs

Download patch

ref: cb255bba6e0a79df15678d3b48f82c0c0e70d951
parent: c250c7fbb97a6762a220057bef33698120e6425f
author: Natanael Copa <ncopa@alpinelinux.org>
date: Fri Feb 26 02:57:17 CST 2010

init: only hide kernel messages if quiet is on cmdline

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -204,7 +204,7 @@
 [ -z "$ALPINE_MNT" ] && ALPINE_MNT=/media/$ALPINE_DEV
 
 # hide kernel messages
-dmesg -n 1
+[ -n "$KOPT_quiet" ] && dmesg -n 1
 
 # setup /dev
 ebegin "Starting mdev"