home: hub: mkinitfs

Download patch

ref: 8ff0a825348f5a0c628540d3a859a73624c7f066
parent: 60821c8ba0118d231cd3b4fd008cd42868337439
author: Natanael Copa <ncopa@alpinelinux.org>
date: Thu Oct 27 07:05:27 CDT 2011

init: new boot option: debug_init

will enable lots of verbose debugging

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -289,6 +289,9 @@
 	shift
 done
 
+# enable debugging if requested
+[ -n "$KOPT_debug_init" ] && set -x
+
 # pick first keymap if found
 for map in /etc/keymap/*; do
 	if [ -f "$map" ]; then