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

Glenn Saberton gsaberton at foomagic.org
Mon Sep 1 09:53:56 UTC 2008


The following commit has been merged in the master branch:
commit a4159b80294ab082d0372d4a8213ab8411c0a7f9
Author: Glenn Saberton <gsaberton at foomagic.org>
Date:   Mon Sep 1 17:39:01 2008 +0800

    Remove madwifi blacklist from the preseed, madwifi already does this.
    Run update-initramfs from inside the target after making the eeepc file.

diff --git a/build-eeepc.sh b/build-eeepc.sh
index 0773bc0..43a0fd1 100755
--- a/build-eeepc.sh
+++ b/build-eeepc.sh
@@ -102,7 +102,8 @@ 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 "options thermal nocrt=1" > /target/etc/modprobe.d/thermal" >> ../../../tmp/preseed.cfg
+    echo "d-i preseed/early_command string echo -e eeepc_acpi >> /target/etc/modules; echo -e "options thermal nocrt=1" > /target/etc/modprobe.d/eeepc" >> ../../../tmp/preseed.cfg
+    echo "d-i preseed/late_command string chroot /target; update-initramfs -u; exit" >> ../../../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