From 70f52017d3d8502bcc1283d8d94b9b177f1d4d20 Mon Sep 17 00:00:00 2001 From: cd-builder user Date: Fri, 20 Aug 2010 15:58:15 +0000 Subject: [PATCH] Tweak definitions for kfreebsd daily image locations again --- tools/boot/squeeze/boot-kfreebsd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/boot/squeeze/boot-kfreebsd b/tools/boot/squeeze/boot-kfreebsd index 2128ddc9..9060e910 100644 --- a/tools/boot/squeeze/boot-kfreebsd +++ b/tools/boot/squeeze/boot-kfreebsd @@ -17,9 +17,9 @@ CDDIR=$2 BOOTDIR= if [ "$DI_WWW_HOME" = "default" ];then if [ "$ARCH" = kfreebsd-i386 ]; then - DI_WWW_HOME="http://d-i.debian.org/daily-images/kfreebsd-i386/daily" + DI_WWW_HOME="http://d-i.debian.org/daily-images/kfreebsd-i386/daily/" else - DI_WWW_HOME="http://d-i.debian.org/daily-images/kfreebsd-amd64/daily" + DI_WWW_HOME="http://d-i.debian.org/daily-images/kfreebsd-amd64/daily/" fi if [ -n "$DI_DIR" ];then DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}"