From 5bafbcd58064a31ade86b8ed1a076c9d2d02aa98 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Wed, 22 Oct 2008 23:44:05 -0400 Subject: [PATCH] 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 --- initchroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2