From 0ab6728cc81dac8420572fb8a93527f6030bf0c0 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Fri, 13 Aug 2010 15:46:39 +0200 Subject: Small fix for the hwautocfg ... --- initramfs/stage3-stuff/bin/hwautocfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'initramfs/stage3-stuff/bin/hwautocfg') diff --git a/initramfs/stage3-stuff/bin/hwautocfg b/initramfs/stage3-stuff/bin/hwautocfg index 77b4f215..09eb62da 100755 --- a/initramfs/stage3-stuff/bin/hwautocfg +++ b/initramfs/stage3-stuff/bin/hwautocfg @@ -49,13 +49,13 @@ if [ -e /etc/init-hooks/00-started/xserver.sh -o \ modprobe ${MODPRV} radeon 2>/dev/null ;; *mga*|*matrox*|*Matrox*) - modprobe ${MODPRV} radeon 2>/dev/null + modprobe ${MODPRV} mga 2>/dev/null ;; *) modprobe -a ${MODPRV} r128 savage sis tdfx ttm via ;; esac - modprobe -a drm fbcon ) & + modprobe -a drm fbcon; mdev -s ) & fi # check and then load appropriate network card modules -- cgit v1.2.3-55-g7522