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

Glenn Saberton gsaberton at foomagic.org
Mon Sep 1 02:20:41 UTC 2008


The following commit has been merged in the master branch:
commit 571142b31e82a8586cff8a76686ce079666b3334
Author: Glenn Saberton <gsaberton at foomagic.org>
Date:   Mon Sep 1 10:19:36 2008 +0800

    Fix backwards thermal workaround.

diff --git a/build-eeepc.sh b/build-eeepc.sh
index ab20e33..0773bc0 100755
--- a/build-eeepc.sh
+++ b/build-eeepc.sh
@@ -102,7 +102,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 madwifi-tools eeepc-acpi-scripts madwifi-modules-2.6-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; echo -e "thermal options nocrt=1" > /target/etc/modprobe.d/thermal" >> ../../../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; echo -e "options thermal nocrt=1" > /target/etc/modprobe.d/thermal" >> ../../../tmp/preseed.cfg
     sed -i 's/PRESEED = .*/PRESEED = ..\/..\/..\/tmp\/preseed.cfg/g' ./config/common
     sed -i 's/#floppy #monolithic/monolithic #floppy/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