From: Andres Salomon Date: Thu, 23 Oct 2008 03:44:05 +0000 (-0400) Subject: initchroot: update initramfs-tools version to fix redboot loading bug X-Git-Tag: v0.2~10 X-Git-Url: https://spindle.queued.net/cgi-bin/gitweb.cgi?p=xodist;a=commitdiff_plain;h=5bafbcd58064a31ade86b8ed1a076c9d2d02aa98 initchroot: update initramfs-tools version to fix redboot loading bug prior version was incorrectly forcing redboot module loading; this one should actually work. Signed-off-by: Andres Salomon --- diff --git a/initchroot.sh b/initchroot.sh index 65aeacf..ff47423 100755 --- a/initchroot.sh +++ b/initchroot.sh @@ -133,7 +133,7 @@ EOF echo "en_US.UTF-8 UTF-8" >${ROOT_DIR}/etc/locale.gen (chroot ${ROOT_DIR} aptitude install -y `cat base.packages`) -k="http://lunge.mit.edu/~dilinger/debxo-0.2/initramfs-tools_0.92l.1_all.deb +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-139_i386.deb" mkdir -p cache