From 1250b9bca01b27fdef83fd72edf98bbe3e0ee22a Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Wed, 2 Mar 2011 22:45:11 +0000 Subject: [PATCH] use the full correct path --- tools/boot/wheezy/boot-sparc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/boot/wheezy/boot-sparc b/tools/boot/wheezy/boot-sparc index c3e5702c..e7b41127 100755 --- a/tools/boot/wheezy/boot-sparc +++ b/tools/boot/wheezy/boot-sparc @@ -11,7 +11,7 @@ set -e N=$1 CDDIR=$2 if [ "$DI_WWW_HOME" = "default" ];then - DI_WWW_HOME="http://d-i.debian.org/daily-images/sparc/daily/" + DI_WWW_HOME="http://d-i.debian.org/daily-images/sparc/daily/cdrom/" if [ -n "$DI_DIR" ];then DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_WWW_HOME=""