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=""