home: hub: mkinitfs

Download patch

ref: 6126a9a05c17d7b32a09a7da069c399defda97a8
parent: 932c48410589399a3d1a6e0ab47088b5777d3864
author: Timo Teräs <timo.teras@iki.fi>
date: Mon Dec 1 03:58:38 CST 2014

init: remove 'nofbcon' and the explicit modprobe fbcon

it is useless as fbcon is really loaded by mdev.

--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -387,7 +387,7 @@
 
 myopts="alpine_dev autodetect autoraid chart cryptroot cryptdm debug_init
 	dma init_args keep_apk_new modules ovl_dev pkgs quiet root_size root
-	usbdelay ip alpine_repo apkovl alpine_start nofbcon splash"
+	usbdelay ip alpine_repo apkovl alpine_start splash"
 
 for opt; do
 	case "$opt" in
@@ -524,12 +524,6 @@
 scan_drivers
 scan_drivers
 eend 0
-
-if [ -z "$KOPT_nofbcon" ] && [ -e /sys/class/graphics/fb0 ]; then
-	ebegin "Setting up framebuffer console"
-	modprobe -q fbcon &>/dev/null
-	eend 0
-fi
 
 # check if root=... was set
 if [ -n "$KOPT_root" ]; then