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

Glenn Saberton gsaberton at foomagic.org
Sat Sep 6 10:26:24 UTC 2008


The following commit has been merged in the master branch:
commit 876ad4efde7d50d567207667e35e99e9d9c89d9a
Author: Glenn Saberton <gsaberton at foomagic.org>
Date:   Sat Sep 6 18:25:17 2008 +0800

    New kernel and d-i kernel version.
    Remove thermal workaround for now.

diff --git a/build-eeepc.sh b/build-eeepc.sh
index 3d8cc26..2c2c5be 100755
--- a/build-eeepc.sh
+++ b/build-eeepc.sh
@@ -68,17 +68,17 @@ eee_download() {
     echo -e "\033[1;32;41m Beginning part 1... (downloading and installing parts) \033[0m "
     cd "$BASEDIR"/tmpdebs
     $SUDO apt-get -y update
-    wget -c http://http.us.debian.org/debian/pool/main/l/linux-2.6/linux-image-2.6.26-1-486_2.6.26-3_i386.deb
-    dpkg -L linux-image-2.6.26-1-486 || $SUDO dpkg -i linux-image-2.6.26-1-486_2.6.26-3_i386.deb
+    wget -c http://http.us.debian.org/debian/pool/main/l/linux-2.6/linux-image-2.6.26-1-486_2.6.26-4_i386.deb
+    dpkg -L linux-image-2.6.26-1-486 || $SUDO dpkg -i linux-image-2.6.26-1-486_2.6.26-4_i386.deb
     wget -c http://eeepc.debian.net/pool/non-free/e/eeepc-modules-non-free-2.6/madwifi-modules-2.6.26-1-486_2.6.26+0.9.4+r3772.20080716-2_i386.deb
     dpkg -L madwifi-modules-2.6.26-1-486 || $SUDO dpkg -i madwifi-modules-2.6.26-1-486_2.6.26+0.9.4+r3772.20080716-2_i386.deb
     $SUDO apt-get -y install kernel-wedge build-essential subversion fakeroot madwifi-tools \
     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.67.tar.gz
+    wget -c $DEBMIRROR/debian/pool/main/l/linux-kernel-di-i386-2.6/linux-kernel-di-i386-2.6_1.68.tar.gz
     cd "$BASEDIR"/kernel-wedge
-    tar xf "$BASEDIR"/tmpdebs/linux-kernel-di-i386-2.6_1.67.tar.gz
+    tar xf "$BASEDIR"/tmpdebs/linux-kernel-di-i386-2.6_1.68.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 "
@@ -102,8 +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; 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
+    echo "d-i preseed/early_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



More information about the Debian-eeepc-devel mailing list