home: hub: mkinitfs

Download patch

ref: 7610f39218f20a0d9dc207174cae51008a189016
parent: cb412564ed4435c79bfbfdad49a9092d9f81a530
author: Natanael Copa <ncopa@alpinelinux.org>
date: Tue Feb 26 16:27:40 CST 2013

init: do not add tty0 to inittab

It is default console and should not be added to inittab

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -180,6 +180,7 @@
 		local line=
 		local term=
 		case "$tty" in
+			tty0)	continue;;
 			ttyS*)
 				[ "$speed" = "$1" ] && speed=9600
 				term=vt100