aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2014-12-01 09:58:38 +0200
committerTimo Teräs <timo.teras@iki.fi>2014-12-01 09:58:38 +0200
commit6126a9a05c17d7b32a09a7da069c399defda97a8 (patch)
treebdb0082667f9444beb8e939137791df62918b205
parent932c48410589399a3d1a6e0ab47088b5777d3864 (diff)
downloadmkinitfs-6126a9a05c17d7b32a09a7da069c399defda97a8.tar.bz2
mkinitfs-6126a9a05c17d7b32a09a7da069c399defda97a8.tar.xz
init: remove 'nofbcon' and the explicit modprobe fbcon
it is useless as fbcon is really loaded by mdev.
-rwxr-xr-xinitramfs-init.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/initramfs-init.in b/initramfs-init.in
index 46ac5c3..c288ac3 100755
--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -387,7 +387,7 @@ eval set -- `cat /proc/cmdline`
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
@@ -525,12 +525,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
if [ "$SINGLEMODE" = "yes" ]; then