]> spindle.queued.net Git - xodist/commitdiff
initchroot: update kernel to -144
authorAndres Salomon <dilinger@mail.queued.net>
Fri, 24 Oct 2008 21:43:10 +0000 (17:43 -0400)
committerAndres Salomon <dilinger@mail.queued.net>
Fri, 24 Oct 2008 21:43:10 +0000 (17:43 -0400)
This includes a promfs oops fix.

Signed-off-by: Andres Salomon <dilinger@mail.queued.net>
initchroot.sh

index 0ee9d40cd0abf4c00f402169d52134a96d9475df..cce9f0447bbd381e6713260cf7471814bbd2e1cb 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.2/linux-2.6.25.15_2.6.25.15-143_i386.deb"
+ http://lunge.mit.edu/~dilinger/debxo-0.2/linux-2.6.25.15_2.6.25.15-144_i386.deb"
 mkdir -p cache
 for i in $k; do
        pkg=$(basename ${i})