[Debian-eeepc-devel] [SCM] custom debian-installer for EeePC branch, master, updated. b23d0dd26fcb1a8cfbb104b2c8ef22b40a5b6c07
Glenn Saberton
gsaberton at foomagic.org
Sat Jul 5 13:06:41 UTC 2008
The following commit has been merged in the master branch:
commit b23d0dd26fcb1a8cfbb104b2c8ef22b40a5b6c07
Author: Glenn Saberton <gsaberton at foomagic.org>
Date: Sat Jul 5 21:02:43 2008 +0800
Use kernel 2.6.25 for install.
diff --git a/build-eeepc.sh b/build-eeepc.sh
index 9cff8c0..090adf2 100755
--- a/build-eeepc.sh
+++ b/build-eeepc.sh
@@ -22,7 +22,7 @@
# Variables
BASEDIR=${BASEDIR:-$HOME/test}
-KERNELVER=${KERNELVER:-2.6.24-1-486}
+KERNELVER=${KERNELVER:-2.6.25-2-486}
DEBMIRROR=${DEBMIRROR:-http://ftp.au.debian.org}
IMAGENAME=${IMAGENAME:-debian-eeepc.img}
@@ -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.24-1-486_2.6.24-5_i386.deb
- dpkg -L linux-image-2.6.24-1-486 || $SUDO dpkg -i linux-image-2.6.24-1-486_2.6.24-5_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-6_i386.deb
- wget -c http://eeepc.debian.net/pool/non-free/e/eeepc-modules-non-free-2.6/madwifi-eeepc-modules-2.6.24-1-486_2.6.24+0.9.4+r3366-5_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-6_i386.deb
- dpkg -L madwifi-eeepc-modules-2.6.24-1-486 || $SUDO dpkg -i madwifi-eeepc-modules-2.6.24-1-486_2.6.24+0.9.4+r3366-5_i386.deb
+ wget -c http://http.us.debian.org/debian/pool/main/l/linux-2.6/linux-image-2.6.25-2-486_2.6.25-6_i386.deb
+ dpkg -L linux-image-2.6.25-2-486 || $SUDO dpkg -i linux-image-2.6.25-2-486_2.6.25-6_i386.deb
+ wget -c $DEBMIRROR/debian/pool/main/l/linux-modules-extra-2.6/atl2-modules-2.6.25-2-486_2.6.25+2.0.3-5_i386.deb
+ wget -c http://eeepc.debian.net/pool/non-free/e/eeepc-modules-non-free-2.6/madwifi-eeepc-modules-2.6.25-2-486_2.6.25+0.9.4+r3366-5_i386.deb
+ dpkg -L atl2-modules-2.6.25-2-486 || $SUDO dpkg -i atl2-modules-2.6.25-2-486_2.6.24+2.0.3-5_i386.deb
+ dpkg -L madwifi-eeepc-modules-2.6.25-2-486 || $SUDO dpkg -i madwifi-eeepc-modules-2.6.25-2-486_2.6.24+0.9.4+r3366-5_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.60.tar.gz
+ wget -c $DEBMIRROR/debian/pool/main/l/linux-kernel-di-i386-2.6/linux-kernel-di-i386-2.6_1.62.tar.gz
cd "$BASEDIR"/kernel-wedge
- tar xf "$BASEDIR"/tmpdebs/linux-kernel-di-i386-2.6_1.60.tar.gz
+ tar xf "$BASEDIR"/tmpdebs/linux-kernel-di-i386-2.6_1.62.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 "
@@ -103,7 +103,7 @@ eee_di() {
echo "d-i apt-setup/local0/repository string http://eeepc.debian.net/debian lenny main contrib non-free" >> ../../../tmp/preseed.cfg
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 atl2-modules-2.6-686 madwifi-tools eeepc-acpi-scripts madwifi-eeepc-modules-2.6.24-1-686 eeepc-acpi-modules-2.6.24-1-686" >> ../../../tmp/preseed.cfg
+ echo "d-i pkgsel/include string atl2-modules-2.6-686 madwifi-tools eeepc-acpi-scripts madwifi-eeepc-modules-2.6.25-2-686 eeepc-acpi-modules-2.6-686" >> ../../../tmp/preseed.cfg
echo "d-i preseed/late_command string echo -e eeepc_acpi >> /target/etc/modules; echo -e "blacklist ath5k" >> /target/etc/modprobe.d/blacklist" >> ../../../tmp/preseed.cfg
sed -i 's/PRESEED = .*/PRESEED = ..\/..\/..\/tmp\/preseed.cfg/g' ./config/common
sed -i 's/#monolithic/monolithic/g' ./config/i386.cfg
--
custom debian-installer for EeePC
More information about the Debian-eeepc-devel
mailing list