From b9730d6ab196d7f8482934af71a298d24472f98d Mon Sep 17 00:00:00 2001 From: Luk Claes Date: Wed, 8 Apr 2009 20:28:52 +0000 Subject: [PATCH] use general path as specific one seems to fail --- tools/boot/squeeze/boot-mipsel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/boot/squeeze/boot-mipsel b/tools/boot/squeeze/boot-mipsel index 8721bbd9..a1112a12 100755 --- a/tools/boot/squeeze/boot-mipsel +++ b/tools/boot/squeeze/boot-mipsel @@ -16,7 +16,7 @@ set -e N=$1 CDROOT=$2 if [ "$DI_WWW_HOME" = "default" ];then - DI_WWW_HOME="http://d-i.debian.org/daily-images/mipsel/daily/decstation/cdrom/" + DI_WWW_HOME="http://d-i.debian.org/daily-images/mipsel/daily" if [ -n "$DI_DIR" ];then DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_WWW_HOME=""