summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/bin/hwautocfg
diff options
context:
space:
mode:
authorDirk von Suchodoletz2010-08-10 19:24:20 +0200
committerDirk von Suchodoletz2010-08-10 19:24:20 +0200
commitc9620614e353772f9ab61c522f01e69aff2af5a0 (patch)
tree1c3b6a8b9ec5737c875f3c853e4f998de8895c9a /initramfs/stage3-stuff/bin/hwautocfg
parentNext step for loading required modules ... (diff)
downloadcore-c9620614e353772f9ab61c522f01e69aff2af5a0.tar.gz
core-c9620614e353772f9ab61c522f01e69aff2af5a0.tar.xz
core-c9620614e353772f9ab61c522f01e69aff2af5a0.zip
Test ...
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 ad5edc61..fc1fbc8f 100755
--- a/initramfs/stage3-stuff/bin/hwautocfg
+++ b/initramfs/stage3-stuff/bin/hwautocfg
@@ -34,7 +34,7 @@ if [ -e /etc/init-hooks/00-started/xserver.sh -o \
-e /etc/init-hooks/05-started/bootsplash.sh ] && \
[ -e /lib/modules/${KERNEL}/kernel/drivers/gpu ]; then
( gfxcardmod=$(hwinfo --gfxcard|grep " Driver: "|sed "s/.*Driver//;s/\"//g")
- modprobe -a ${MODPRV} ${gfxcardmod} drm fbcon ) &
+ echo ${gfxcardmod} drm fbcon >/tmp/bootsplash ) &
fi
# check and then load appropriate network card modules
nwcardlist=$(echo ${slxconf_listnwmod}|sed "s/\ /|/g")