[Debian-eeepc-devel] [SCM] custom debian-installer for EeePC branch, master, updated. 7f76dbdce62251946b72f4a654c68a7025dfe409

Glenn Saberton gsaberton at foomagic.org
Sat Apr 5 03:01:51 UTC 2008


The following commit has been merged in the master branch:
commit 7f76dbdce62251946b72f4a654c68a7025dfe409
Author: Glenn Saberton <gsaberton at foomagic.org>
Date:   Sat Apr 5 11:00:37 2008 +0800

    Blacklist ath5k and add eeepc-acpi to /etc/modules in preseed

diff --git a/build-eeepc.sh b/build-eeepc.sh
index 353e5eb..d458368 100755
--- a/build-eeepc.sh
+++ b/build-eeepc.sh
@@ -119,6 +119,7 @@ eee_di() {
     echo "d-i apt-setup/local0/comment string eeepc repository" >> ../../../tmp/preseed.cfg
     echo "d-i apt-setup/local0/key string http://nion.modprobe.de/65301FF6.asc" >> ../../../tmp/preseed.cfg
     echo "d-i pkgsel/include string atl2-modules-2.6-686 eeepc-acpi-scripts madwifi-eeepc-modules-2.6.24-1-686 eeepc-acpi-modules-2.6.24-1-686" >> ../../../tmp/preseed.cfg
+    echo "d-i preseed/late_command string echo -e eeepc_acpi >> /target/etc/modules; echo -e "blacklist ath5k" >> /target/etc/modprobe.d/blacklist" >> ../../../tmp/preseed.cfg
     sed -i 's/PRESEED = .*/PRESEED = ..\/..\/..\/tmp\/preseed.cfg/g' ./config/common
     sed -i 's/#monolithic/monolithic/g' ./config/i386.cfg
     sed -i 's/DEBIAN_RELEASE = .*/DEBIAN_RELEASE = lenny/g' ./config/common

-- 
custom debian-installer for EeePC



More information about the Debian-eeepc-devel mailing list