home: hub: mkinitfs

Download patch

ref: a65f8851e5c88e5198678a1aee3eed63db15a5e7
parent: 9980b30b89206cd7b289f77ac5d0f1fc3fc0fa64
author: Natanael Copa <ncopa@alpinelinux.org>
date: Tue Jan 10 04:41:37 CST 2017

init: make nlplug-findfs verbose with debug_init

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -376,7 +376,8 @@
 	fi
 
 	ebegin "Mounting root"
-	nlplug-findfs $cryptopts -p /sbin/mdev $KOPT_root
+	nlplug-findfs $cryptopts -p /sbin/mdev ${KOPT_debug_init:+-d} \
+		$KOPT_root
 
 	if [ -n "$KOPT_resume" ]; then
 		echo "Resume from disk"