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

Glenn Saberton gsaberton at foomagic.org
Sat Mar 29 11:17:44 UTC 2008


The following commit has been merged in the master branch:
commit 1415a8ab6360526382e3c3a9a9acb8e64de31f72
Author: Glenn Saberton <gsaberton at foomagic.org>
Date:   Sat Mar 29 22:14:50 2008 +1100

    build for 2.6.24

diff --git a/build-eeepc.sh b/build-eeepc.sh
index 162e015..0c9a629 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://security.debian.org/debian-security/pool/updates/main/l/linux-2.6/linux-image-2.6.22-3-486_2.6.22-6.lenny1_i386.deb
-    dpkg -L linux-image-2.6.22-3-486 || $SUDO dpkg -i linux-image-2.6.22-3-486_2.6.22-6.lenny1_i386.deb
-    wget -c $DEBMIRROR/debian/pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.22-3-486_2.6.22+1.0.40.4-9_i386.deb
-    dpkg -L atl2-modules-2.6.22-3-486 || $SUDO dpkg -i atl2-modules-2.6.22-3-486_2.6.22+1.0.40.4-9_i386.deb
+    wget -c http://http.us.debian.org/debian/pool/main/l/linux-2.6/linux-image-2.6.24-1-486_2.6.24-4_i386.deb
+    dpkg -L linux-image-2.6.24-1-486 || $SUDO dpkg -i linux-image-2.6.24-1-486_2.6.24-4_i386.deb
+    wget -c $DEBMIRROR/debian/pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.24-1-486_2.6.24+2.0.3-4_i386.deb
+    dpkg -L atl2-modules-2.6.24-1-486 || $SUDO dpkg -i atl2-modules-2.6.24-1-486_2.6.24+2.0.3-4_i386.deb
     $SUDO apt-get -y install kernel-wedge build-essential subversion fakeroot \
     syslinux wget gzip cpio dctrl-tools debiandoc-sgml docbook-xsl bc \
-    libbogl-dev glibc-pic libslang2-pic libnewt-pic genext2fs mklibs xsltproc \
+    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.57.tar.gz
+    wget -c $DEBMIRROR/debian/pool/main/l/linux-kernel-di-i386-2.6/linux-kernel-di-i386-2.6_1.58.tar.gz
     cd "$BASEDIR"/kernel-wedge
-    tar xf "$BASEDIR"/tmpdebs/linux-kernel-di-i386-2.6_1.57.tar.gz
+    tar xf "$BASEDIR"/tmpdebs/linux-kernel-di-i386-2.6_1.58.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 "
@@ -96,7 +96,7 @@ eee_kernelwedge() {
 eee_di() {
     echo -e "\033[1;32;41m Beginning part 3... (debian-installer) \033[0m "
     cd "$BASEDIR"/debian-installer/installer/build
-    echo "d-i pkgsel/include string atl2-modules-2.6.22-3-686" > ../../../tmp/preseed.cfg
+    echo "d-i pkgsel/include string atl2-modules-2.6-686" > ../../../tmp/preseed.cfg
     sed -ie 's/PRESEED = .*/PRESEED = ..\/..\/..\/tmp\/preseed.cfg/g' ./config/common
     sed -ie 's/#monolithic/monolithic/g' ./config/i386.cfg
     sed -ie 's/DEBIAN_RELEASE = .*/DEBIAN_RELEASE = lenny/g' ./config/common
@@ -160,4 +160,7 @@ exit 1 #Just incase the wheel says no.
 #   - Removed initrd function and add preseed file
 #   - add a few cleanups after build
 #
+#   29/03/2008 - 0.6
+#   - kernel revision - 2.6.24
+#
 #######################################################################

-- 
custom debian-installer for EeePC



More information about the Debian-eeepc-devel mailing list