[Debian-eeepc-commits] [SCM] A live-helper based Debian live & installer image for the Eee PC. branch, master, updated. 1.0b1-58-g05ecd21
Ben Armstrong
synrg at debian.org
Mon Dec 28 01:17:01 UTC 2009
The following commit has been merged in the master branch:
commit 8f533a36d6fd5ed3ef2b479ebddde2c8ecb996fd
Author: Ben Armstrong <synrg at debian.org>
Date: Sun Dec 27 20:28:15 2009 -0400
Also remove unneeded dri modules
diff --git a/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh b/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh
index f6da3ab..631c883 100755
--- a/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh
+++ b/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh
@@ -58,3 +58,9 @@ find drivers/ata \
-not -name \*-hda-\* \
-not -name \*usb\* \
-delete
+cd /usr/lib/dri
+find . -type f \
+ -not -name i915_dri.so \
+ -not -name i965_dri.so
+ -delete
+
--
A live-helper based Debian live & installer image for the Eee PC.
More information about the Debian-eeepc-commits
mailing list