From: Andres Salomon Date: Tue, 28 Oct 2008 03:58:06 +0000 (-0400) Subject: initchroot: update kernel to -147, which disables LZO in jffs2 X-Git-Tag: v0.3~13 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=commitdiff_plain;h=c2c08271c2de891e9c52d3fddc3a4024d16dfeb9 initchroot: update kernel to -147, which disables LZO in jffs2 For real this time! Signed-off-by: Andres Salomon --- diff --git a/initchroot.sh b/initchroot.sh index d71f9ec..0818015 100755 --- a/initchroot.sh +++ b/initchroot.sh @@ -139,7 +139,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.3/linux-2.6.25.15_2.6.25.15-146_i386.deb" + http://lunge.mit.edu/~dilinger/debxo-0.3/linux-2.6.25.15_2.6.25.15-147_i386.deb" mkdir -p cache for i in $k; do pkg=$(basename ${i})