]> spindle.queued.net Git - xodist/commitdiff
initchroot: update kernel
authorAndres Salomon <dilinger@debian.org>
Wed, 22 Oct 2008 21:58:05 +0000 (17:58 -0400)
committerAndres Salomon <dilinger@debian.org>
Wed, 22 Oct 2008 21:58:05 +0000 (17:58 -0400)
This kernel has a jffs2 gcd tweak which speeds up bootup (and sanity)

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

index 1a04694f8e5ef44124020b16380ba8291eb248c4..65aeacf2ea7813c976a77a4320506196d43625eb 100755 (executable)
@@ -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.1_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-70_i386.deb"
+ http://lunge.mit.edu/~dilinger/debxo-0.2/linux-2.6.25.15_2.6.25.15-139_i386.deb"
 mkdir -p cache
 for i in $k; do
        pkg=$(basename ${i})