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

Glenn Saberton gsaberton at foomagic.org
Sat Apr 5 03:27:41 UTC 2008


The following commit has been merged in the master branch:
commit 72dcba508e39c368c5d337ed02e8ec94886892e9
Author: Glenn Saberton <gsaberton at foomagic.org>
Date:   Sat Apr 5 11:27:03 2008 +0800

    Madwifi-tools isn't pulled in during module installation. Add it.

diff --git a/build-eeepc.sh b/build-eeepc.sh
index d458368..a64b327 100755
--- a/build-eeepc.sh
+++ b/build-eeepc.sh
@@ -118,7 +118,7 @@ eee_di() {
     echo "d-i apt-setup/local0/repository string http://eeepc.debian.net/debian lenny main contrib non-free" >> ../../../tmp/preseed.cfg
     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 pkgsel/include string atl2-modules-2.6-686 madwifi-tools 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

-- 
custom debian-installer for EeePC



More information about the Debian-eeepc-devel mailing list