From: Andres Salomon <dilinger@debian.org>
Date: Fri, 24 Oct 2008 16:11:43 +0000 (-0400)
Subject: initchroot: update kernel to drop jffs2 speedup hack
X-Git-Tag: v0.2~4
X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6de06b39c86b6e8fd5ffabf4d250b267219065fa;p=xodist

initchroot: update kernel to drop jffs2 speedup hack

James Cameron reported some corruption :(

Signed-off-by: Andres Salomon <dilinger@debian.org>
---

diff --git a/initchroot.sh b/initchroot.sh
index 49c2d02..963b377 100755
--- a/initchroot.sh
+++ b/initchroot.sh
@@ -135,7 +135,7 @@ echo "en_US.UTF-8 UTF-8" >${ROOT_DIR}/etc/locale.gen
 
 k="http://lunge.mit.edu/~dilinger/debxo-0.2/initramfs-tools_0.92l.2_all.deb 
  http://lunge.mit.edu/~dilinger/debxo-0.2/ofw-config_0.1_all.deb 
- http://lunge.mit.edu/~dilinger/debxo-0.2/linux-2.6.25.15_2.6.25.15-140_i386.deb"
+ http://lunge.mit.edu/~dilinger/debxo-0.2/linux-2.6.25.15_2.6.25.15-143_i386.deb"
 mkdir -p cache
 for i in $k; do
 	pkg=$(basename ${i})