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://}"