[Debian-eeepc-commits] [SCM] A live-helper based Debian live & installer image for the Eee PC. branch, master, updated. 1.0b1-65-g2f73d3a

Ben Armstrong synrg at debian.org
Mon Dec 28 15:46:21 UTC 2009


The following commit has been merged in the master branch:
commit 2f73d3aee6039b406ded4834d8b26e3674117215
Author: Ben Armstrong <synrg at debian.org>
Date:   Mon Dec 28 11:46:00 2009 -0400

    i2c: underscores to dashes; readd missing i2c-i801.ko

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 4018876..c7ecfbb 100755
--- a/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh
+++ b/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh
@@ -52,8 +52,9 @@ find \
 	-not -name ata_piix.ko \
 	-not -name drm\* \
 	-not -name i915.ko \
-	-not -name i2c_core.ko \
-	-not -name i2c_algo_bit.ko \
+	-not -name i2c-core.ko \
+	-not -name i2c-algo-bit.ko \
+	-not -name i2c-i801.ko \
 	-not -name coretemp.ko \
 	-not -name eeepc-laptop.ko \
 	-not -name fb\* \

-- 
A live-helper based Debian live & installer image for the Eee PC.



More information about the Debian-eeepc-commits mailing list