summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-02-22 21:58:18 +0100
committerDirk von Suchodoletz2007-02-22 21:58:18 +0100
commitbb9dc1a0947052ecc78b26e3d1d72742c6352247 (patch)
tree1065ac45d24b223fffb6715d76f603f0334baf68
parent* removed erraneous package list used for testing in order to avoid errors (diff)
downloadcore-bb9dc1a0947052ecc78b26e3d1d72742c6352247.tar.gz
core-bb9dc1a0947052ecc78b26e3d1d72742c6352247.tar.xz
core-bb9dc1a0947052ecc78b26e3d1d72742c6352247.zip
Do not preload agpgart kernel module (should be handled automatically)
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@713 95ad53e4-c205-0410-b2fa-d234c58c8868
-rwxr-xr-xinitramfs/initrd-stuff/bin/hwautocfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/initramfs/initrd-stuff/bin/hwautocfg b/initramfs/initrd-stuff/bin/hwautocfg
index d8e277e7..8af598f9 100755
--- a/initramfs/initrd-stuff/bin/hwautocfg
+++ b/initramfs/initrd-stuff/bin/hwautocfg
@@ -281,9 +281,9 @@ done
( hwsetup -v > /tmp/hwsetup.info && echo "hwsetup" > /tmp/hwrun1 ) &
[ $DEBUGLEVEL -eq 21 ] && echo "** started 1st hwdetection at $(sysup)"
-# AGP configuration (agpgart and chipset specific driver)
-modprobe ${MODPRV} agpgart || \
- modprobe ${MODPRV} agpgart agp_try_unsupported=1
+# AGP configuration (agpgart and chipset specific driver) really needed?
+#modprobe ${MODPRV} agpgart || \
+# modprobe ${MODPRV} agpgart agp_try_unsupported=1
# wait for /tmp/hwsetup.info to appear
waitfor /tmp/hwrun1 50000 || \