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

Ben Armstrong synrg at debian.org
Mon May 25 00:33:41 UTC 2009


The following commit has been merged in the master branch:
commit db704b771c81f6589b5ee83b8f6a29ecb2ddd3a6
Author: Ben Armstrong <synrg at debian.org>
Date:   Sun May 24 21:33:36 2009 -0300

    More lenny version corrections

diff --git a/build-eeepc.sh b/build-eeepc.sh
index 0ebc922..0961735 100755
--- a/build-eeepc.sh
+++ b/build-eeepc.sh
@@ -22,7 +22,7 @@
 
 # Variables
 BASEDIR=${BASEDIR:-"$PWD"/test}
-KERNELVER=${KERNELVER:-2.6.26-1-486}
+KERNELVER=${KERNELVER:-2.6.26-2-486}
 DEBMIRROR=${DEBMIRROR:-http://ftp.us.debian.org}
 IMAGENAME=${IMAGENAME:-debian-eeepc.img}
 
@@ -78,11 +78,11 @@ 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.76.tar.gz
+    wget -c $DEBMIRROR/debian/pool/main/l/linux-kernel-di-i386-2.6/linux-kernel-di-i386-2.6_1.76lenny1.tar.gz
     cd "$BASEDIR"/kernel-wedge
-    tar xf "$BASEDIR"/tmpdebs/linux-kernel-di-i386-2.6_1.76.tar.gz
+    tar xf "$BASEDIR"/tmpdebs/linux-kernel-di-i386-2.6_1.76lenny1.tar.gz
     cd "$BASEDIR"
-    svn co svn://svn.debian.org/svn/d-i/trunk debian-installer
+    svn co svn://svn.debian.org/svn/d-i/branches/d-i/lenny debian-installer
     echo -e "\033[1;32;41m Part 1 complete. \033[0m "
 }
 

-- 
custom debian-installer for EeePC



More information about the Debian-eeepc-commits mailing list