From 8ee4326ff06641d92e6be198397b8bbea8d6fe87 Mon Sep 17 00:00:00 2001 From: Andres Salomon Date: Thu, 16 Oct 2008 00:12:25 -0400 Subject: [PATCH] initchroot: include ofw-config This is kinda shitty right now; hopefully it can be cleaned up when the kernel situation is cleaned up. Signed-off-by: Andres Salomon --- initchroot.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/initchroot.sh b/initchroot.sh index fcf3071..9b6e39f 100755 --- a/initchroot.sh +++ b/initchroot.sh @@ -134,6 +134,7 @@ 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 + 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-68_i386.deb" mkdir -p cache for i in $k; do -- 2.39.2