]> spindle.queued.net Git - xodist/commitdiff
initchroot: update kernel to -146, which disables LZO in jffs2
authorAndres Salomon <dilinger@debian.org>
Mon, 27 Oct 2008 01:59:59 +0000 (21:59 -0400)
committerAndres Salomon <dilinger@debian.org>
Mon, 27 Oct 2008 01:59:59 +0000 (21:59 -0400)
...This was causing problems.

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

index a03b3735f3bac53948642c5b4620345cf769d95e..e359c5d6245f24d6b7387d93e022ab652bc70041 100755 (executable)
@@ -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-145_i386.deb"
+ http://lunge.mit.edu/~dilinger/debxo-0.3/linux-2.6.25.15_2.6.25.15-146_i386.deb"
 mkdir -p cache
 for i in $k; do
        pkg=$(basename ${i})