home: hub: mkinitfs

Download patch

ref: 36da40325a76cfd7c10ed280e38d726232b86de1
parent: f50d400cee33bddfad1fea8094bcfee5878eeb5f
author: Manuel Mendez <mmendez534@gmail.com>
date: Tue Apr 25 05:16:19 CDT 2017

init: add flow control to getty if present in kernel cmdline

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -132,7 +132,7 @@
 		if ! grep -q "^$tty:" $sysroot/etc/inittab; then
 			echo "# enable login on alternative console" \
 				>> $sysroot/etc/inittab
-			echo "$tty::respawn:/sbin/getty $line $speed $tty $term" \
+			echo "$tty::respawn:/sbin/getty ${flow:+-h }$line $speed $tty $term" \
 				>> $sysroot/etc/inittab
 		fi
 		if [ -e "$sysroot"/etc/securetty ] && ! grep -q -w "$tty" "$sysroot"/etc/securetty; then