diff --git a/tools/boot/etch/boot-powerpc b/tools/boot/etch/boot-powerpc index 5c940352..a1bf7031 100755 --- a/tools/boot/etch/boot-powerpc +++ b/tools/boot/etch/boot-powerpc @@ -15,7 +15,7 @@ N=$1 CDDIR=$2 INSTALLDIR=$CDDIR/install if [ "$DI_WWW_HOME" = "default" ];then - DI_WWW_HOME="http://people.debian.org/~wouter/d-i/powerpc/images/daily" + DI_WWW_HOME="http://people.debian.org/~wouter/d-i/powerpc/daily" if [ -n "$DI_DIR" ];then DI_DIR="$DI_DIR/~${DI_WWW_HOME#*~}" DI_WWW_HOME=""