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

Ben Armstrong synrg at debian.org
Thu Oct 16 09:13:48 UTC 2008


The following commit has been merged in the master branch:
commit cb0d94d2d58dc330626bb0b0b28b72adddcb90eb
Author: Ben Armstrong <synrg at debian.org>
Date:   Thu Oct 16 06:13:41 2008 -0300

    Bump up kernel & d-i version#

diff --git a/build-eeepc.sh b/build-eeepc.sh
index 29f52d4..672a4b2 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-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://http.us.debian.org/debian/pool/main/l/linux-2.6/linux-image-2.6.26-1-486_2.6.26-8_i386.deb
+    dpkg -L linux-image-2.6.26-1-486 || $SUDO dpkg -i linux-image-2.6.26-1-486_2.6.26-8_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.68.tar.gz
+    wget -c $DEBMIRROR/debian/pool/main/l/linux-kernel-di-i386-2.6/linux-kernel-di-i386-2.6_1.72.tar.gz
     cd "$BASEDIR"/kernel-wedge
-    tar xf "$BASEDIR"/tmpdebs/linux-kernel-di-i386-2.6_1.68.tar.gz
+    tar xf "$BASEDIR"/tmpdebs/linux-kernel-di-i386-2.6_1.72.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 "

-- 
custom debian-installer for EeePC



More information about the Debian-eeepc-devel mailing list