aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2011-03-16 10:11:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2011-03-16 10:11:10 +0000
commita2b470f2cc8ec9ead102eafc6b8e5e076231f85f (patch)
treedc85fe146fd2e7f90778d4d358e6334a6cd5bf31
parentbb874ecec72f81545bf830a9c80e7fb77d97c2ba (diff)
downloadmkinitfs-a2b470f2cc8ec9ead102eafc6b8e5e076231f85f.tar.bz2
mkinitfs-a2b470f2cc8ec9ead102eafc6b8e5e076231f85f.tar.xz
init: let DRM drivers be autodetected
this is so we only load the drivers we have hardware for
-rwxr-xr-xinitramfs-init.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/initramfs-init.in b/initramfs-init.in
index 2fbf327..1040288 100755
--- a/initramfs-init.in
+++ b/initramfs-init.in
@@ -288,10 +288,8 @@ scan_drivers
scan_drivers
eend 0
-ebegin "Setting up KMS framebuffer"
+ebegin "Setting up framebuffer console"
if [ -d /lib/modules/`uname -r`/kernel/drivers/gpu ]; then
- modprobe -q radeon modeset=1 &>/dev/null
- modprobe -q i915 modeset=1 &>/dev/null
modprobe -q fbcon &>/dev/null
fi
eend 0