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

Glenn Saberton gsaberton at foomagic.org
Mon Jul 28 18:40:36 UTC 2008


The following commit has been merged in the master branch:
commit b2dc3d9ab8f6874d7b76fa0fc229c64e5d8f900e
Author: Glenn Saberton <gsaberton at foomagic.org>
Date:   Mon Jul 28 19:39:16 2008 +0100

    New support for 901
    
    Bump d-i kernel version.
    Add atl1e to image and preseed.

diff --git a/build-eeepc.sh b/build-eeepc.sh
index aa63db8..d25a498 100755
--- a/build-eeepc.sh
+++ b/build-eeepc.sh
@@ -78,9 +78,9 @@ eee_download() {
     syslinux wget gzip cpio dctrl-tools debiandoc-sgml docbook-xsl bc devscripts \
     libbogl-dev libc6-pic libslang2-pic libnewt-pic genext2fs mklibs xsltproc \
     mkisofs tofrodos bf-utf-source upx-ucl win32-loader dosfstools initramfs-tools module-init-tools
-    wget -c $DEBMIRROR/debian/pool/main/l/linux-kernel-di-i386-2.6/linux-kernel-di-i386-2.6_1.64.tar.gz
+    wget -c $DEBMIRROR/debian/pool/main/l/linux-kernel-di-i386-2.6/linux-kernel-di-i386-2.6_1.65.tar.gz
     cd "$BASEDIR"/kernel-wedge
-    tar xf "$BASEDIR"/tmpdebs/linux-kernel-di-i386-2.6_1.64.tar.gz
+    tar xf "$BASEDIR"/tmpdebs/linux-kernel-di-i386-2.6_1.65.tar.gz
     cd "$BASEDIR"
     svn co svn://svn.debian.org/svn/d-i/trunk debian-installer
     echo -e "\033[1;32;41m Part 1 complete. \033[0m "
@@ -89,7 +89,7 @@ eee_download() {
 eee_kernelwedge() {
     echo -e "\033[1;32;41m Beginning part 3... (kernel-wedge) \033[0m "
     cd "$BASEDIR"/kernel-wedge/linux-kernel-di-i386-2.6
-    echo atl2 >> ./modules/i386/nic-modules
+    echo -ne "atl2\natl1e\n" >> ./modules/i386/nic-modules
     echo -ne "ath_pci\nath_rate_sample\nath_hal\nwlan_wep\nwlan_scan_sta\nwlan" >> ./modules/i386/nic-wireless-modules
     sed -i 's/i386     2.6.25-2 686-bigmem/#i386     2.6.25-2 686-bigmem/g' ./kernel-versions
     kernel-wedge build-all
@@ -104,7 +104,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 madwifi-tools eeepc-acpi-scripts madwifi-eeepc-modules-2.6.25-2-686 eeepc-acpi-modules-2.6-686" >> ../../../tmp/preseed.cfg
+    echo "d-i pkgsel/include string atl2-modules-2.6-686 atl1e-modules-2.6-686 madwifi-tools eeepc-acpi-scripts madwifi-eeepc-modules-2.6.25-2-686 eeepc-acpi-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" >> ../../../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

-- 
custom debian-installer for EeePC



More information about the Debian-eeepc-devel mailing list