The following commit has been merged in the master branch:
commit 56cf394de5ae1ae2cb7e0d9397a261e226f94a89
Author: Glenn Saberton <[EMAIL PROTECTED]>
Date:   Sun Sep 7 09:40:47 2008 +0800

    We should use late_command for the echo call.

diff --git a/build-eeepc.sh b/build-eeepc.sh
index 2c2c5be..6ad8054 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/early_command string echo -e laptop_eeepc >> 
/target/etc/modules" >> ../../../tmp/preseed.cfg
+    echo "d-i preseed/late_command string echo -e laptop_eeepc >> 
/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

_______________________________________________
Debian-eeepc-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-eeepc-devel

Reply via email to