diff --git a/debian/changelog b/debian/changelog index b9a51196..35ddcfca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -60,7 +60,10 @@ debian-cd (2.2.25) UNRELEASED; urgency=low * Add extra arm kernels and more utilities into the task lists. Closes: #373225 - -- Joey Hess Tue, 13 Jun 2006 17:16:30 -0400 + [ Joey Hess ] + * Correct url to the amd64 dailys. + + -- Joey Hess Thu, 15 Jun 2006 15:25:08 -0400 debian-cd (2.2.24) unstable; urgency=low diff --git a/tools/boot/etch/boot-amd64 b/tools/boot/etch/boot-amd64 index 5fd5b733..fb288e95 100755 --- a/tools/boot/etch/boot-amd64 +++ b/tools/boot/etch/boot-amd64 @@ -14,7 +14,7 @@ N=$1 CDDIR=$2 BOOTDIR= if [ "$DI_WWW_HOME" = "default" ];then - DI_WWW_HOME="http://debian-amd64.alioth.debian.org/debian-installer/daily" + DI_WWW_HOME="http://amd64.debian.net/debian-installer/daily" if [ -n "$DI_DIR" ];then DI_DIR="$DI_DIR/${DI_WWW_HOME##*/}" DI_WWW_HOME=""