summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/bin/hwautocfg
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-13 19:40:04 +0200
committerDirk von Suchodoletz2010-08-13 19:40:04 +0200
commit8289885183dcd26462daee66d2bc23d90c1e4423 (patch)
tree9c812608252bfd790b9791617f4dc9e451d01a22 /initramfs/stage3-stuff/bin/hwautocfg
parentVariable used is not present at this moment, thus changed in hwautocfg. (diff)
downloadcore-8289885183dcd26462daee66d2bc23d90c1e4423.tar.gz
core-8289885183dcd26462daee66d2bc23d90c1e4423.tar.xz
core-8289885183dcd26462daee66d2bc23d90c1e4423.zip
Fix to load both modules (modprobe -a ...) in hwautocfg.
Diffstat (limited to 'initramfs/stage3-stuff/bin/hwautocfg')
-rwxr-xr-xinitramfs/stage3-stuff/bin/hwautocfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/stage3-stuff/bin/hwautocfg b/initramfs/stage3-stuff/bin/hwautocfg
index 210cae1c..fdf9f485 100755
--- a/initramfs/stage3-stuff/bin/hwautocfg
+++ b/initramfs/stage3-stuff/bin/hwautocfg
@@ -31,7 +31,7 @@ modprobe -a ${MODPRV} usbhid hid-bright 2>/dev/null &
# get information on the graphics adaptor if bootsplash or xserver plugins are
# present and the new drm/kms infrastructure is present
if strinfile "vga=" /proc/cmdline; then
- ( modprobe vesafb fbcon 2>/dev/null
+ ( modprobe -a vesafb fbcon 2>/dev/null
hwinfo --gfxcard >/etc/hwinfo.gfxcard ) &
elif [ -e /etc/init-hooks/00-started/xserver.sh -o \
-e /etc/init-hooks/05-started/bootsplash.sh ] && \