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

Darren Salt linux at youmustbejoking.demon.co.uk
Mon Dec 28 00:29:17 UTC 2009


The following commit has been merged in the master branch:
commit 367be40ea95881a45140ad7afee91bc7eb80e567
Author: Darren Salt <linux at youmustbejoking.demon.co.uk>
Date:   Sun Dec 27 23:22:28 2009 +0000

    Dispose of most cpufreq modules and all sound/pcmcia 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..f55233e 100755
--- a/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh
+++ b/config/chroot_local-hooks/rm-non-eee-kernel-modules.sh
@@ -1,6 +1,8 @@
 #!/bin/sh
 cd /lib/modules/2.6.32-trunk-686/kernel
-find	drivers/ata \
+find \
+	arch/x86/kernel/cpu/cpufreq \
+	drivers/ata \
 	drivers/block/paride \
 	drivers/char/agp \
 	drivers/char/hw_random \
@@ -36,7 +38,9 @@ find	drivers/ata \
 	sound/i2c \
 	sound/isa \
 	sound/pci \
+	sound/pcmcia \
 	-type f \
+	-not -name acpi-cpufreq.ko \
 	-not -name intel-agp.ko \
 	-not -name agpgart.ko \
 	-not -name ide-core.ko \

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



More information about the Debian-eeepc-commits mailing list