[Debian-eeepc-commits] [SCM] custom debian-installer for EeePC branch, master, updated. 2280cba80d3f2a9d007b9499972703a0284708f7

Glenn Saberton gsaberton at foomagic.org
Wed Nov 19 03:14:48 UTC 2008


The following commit has been merged in the master branch:
commit 2280cba80d3f2a9d007b9499972703a0284708f7
Author: Glenn Saberton <gsaberton at foomagic.org>
Date:   Wed Nov 19 12:12:28 2008 +0900

    Add pciehp to preseed and add madwifi-tools back.

diff --git a/build-eeepc.sh b/build-eeepc.sh
index b1eed3a..76c332e 100755
--- a/build-eeepc.sh
+++ b/build-eeepc.sh
@@ -108,8 +108,8 @@ 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://eeepc.debian.net/debian/archive-key-eeepc.asc" >> ../../../tmp/preseed.cfg
-    echo "d-i pkgsel/include string eeepc-acpi-scripts" >> ../../../tmp/preseed.cfg
-    echo "d-i preseed/late_command string echo -e laptop_eeepc >> /target/etc/modules" >> ../../../tmp/preseed.cfg
+    echo "d-i pkgsel/include string eeepc-acpi-scripts madwifi-tools" >> ../../../tmp/preseed.cfg
+    echo "d-i preseed/late_command string echo -e laptop_eeepc\npciehp >> /target/etc/modules" >> ../../../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-commits mailing list