[Debian-eeepc-commits] [SCM] custom debian-installer for EeePC branch, master, updated. 0aba8dd914e2d182f2fb8e2e2175d068ab90b153
Ben Armstrong
synrg at debian.org
Sun May 24 15:06:01 UTC 2009
The following commit has been merged in the master branch:
commit 0aba8dd914e2d182f2fb8e2e2175d068ab90b153
Author: Ben Armstrong <synrg at debian.org>
Date: Sun May 24 12:05:30 2009 -0300
Bring up to date with current versions
diff --git a/build-eeepc.sh b/build-eeepc.sh
index 76c332e..0ebc922 100755
--- a/build-eeepc.sh
+++ b/build-eeepc.sh
@@ -68,19 +68,19 @@ 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-10_i386.deb
- $SUDO dpkg -i linux-image-2.6.26-1-486_2.6.26-10_i386.deb
- wget -c http://eeepc.debian.net/debian/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-3_i386.deb
- $SUDO dpkg -i madwifi-modules-2.6.26-1-486_2.6.26+0.9.4+r3772.20080716-3_i386.deb
- wget -c http://eeepc.debian.net/debian/pool/non-free/e/eeepc-modules-non-free-2.6/rt2860-modules-2.6.26-1-486_2.6.26+1.8.0.0-3_i386.deb
- $SUDO dpkg -i rt2860-modules-2.6.26-1-486_2.6.26+1.8.0.0-3_i386.deb
+ wget -c http://ftp.us.debian.org/debian/pool/main/l/linux-2.6/linux-image-2.6.26-2-486_2.6.26-15_i386.deb
+ $SUDO dpkg -i linux-image-2.6.26-2-486_2.6.26-15_i386.deb
+ wget -c http://eeepc.debian.net/debian/pool/non-free/e/eeepc-modules-non-free-2.6/madwifi-modules-2.6.26-2-486_2.6.26+0.9.4+r3772.20080716-4_i386.deb
+ $SUDO dpkg -i madwifi-modules-2.6.26-2-486_2.6.26+0.9.4+r3772.20080716-4_i386.deb
+ wget -c http://eeepc.debian.net/debian/pool/non-free/e/eeepc-modules-non-free-2.6/rt2860-modules-2.6.26-2-486_2.6.26+1.8.0.0-4_i386.deb
+ $SUDO dpkg -i rt2860-modules-2.6.26-2-486_2.6.26+1.8.0.0-4_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.72.tar.gz
+ wget -c $DEBMIRROR/debian/pool/main/l/linux-kernel-di-i386-2.6/linux-kernel-di-i386-2.6_1.76.tar.gz
cd "$BASEDIR"/kernel-wedge
- tar xf "$BASEDIR"/tmpdebs/linux-kernel-di-i386-2.6_1.72.tar.gz
+ tar xf "$BASEDIR"/tmpdebs/linux-kernel-di-i386-2.6_1.76.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 "
@@ -90,7 +90,7 @@ 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 -ne "ath_pci\nath_rate_sample\nath_hal\nwlan_wep\nwlan_scan_sta\nwlan\nwlan_ccmp\nwlan_tkip\nwlan_acl\nrt2860sta" >> ./modules/i386/nic-wireless-modules
- sed -i 's/i386 2.6.26-1 686-bigmem/#i386 2.6.26-1 686-bigmem/g' ./kernel-versions
+ sed -i 's/i386 2.6.26-2 686-bigmem/#i386 2.6.26-2 686-bigmem/g' ./kernel-versions
kernel-wedge build-all
cd "$BASEDIR"/debian-installer/installer/build/localudebs/
cp "$BASEDIR"/kernel-wedge/*.udeb .
--
custom debian-installer for EeePC
More information about the Debian-eeepc-commits
mailing list