From acc068350b50f26dbdbca256259d99486cc2231d Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Tue, 10 May 2011 22:26:58 +0000 Subject: [PATCH] update the URL for downloading armel d-i dailies --- debian/changelog | 1 + tools/boot/wheezy/boot-armel | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 1466b644..5be209ff 100644 --- a/debian/changelog +++ b/debian/changelog @@ -19,6 +19,7 @@ debian-cd (3.1.6) UNRELEASED; urgency=low to try and put that on i386 image sets before linux-image-amd64. Closes: #622622 * update the URL for downloading i386 d-i dailies. + * update the URL for downloading armel d-i dailies. [ Aurelien Jarno ] * Add support for hurd-i386. Closes: #619211 diff --git a/tools/boot/wheezy/boot-armel b/tools/boot/wheezy/boot-armel index 14b6f3a4..66a3888c 100755 --- a/tools/boot/wheezy/boot-armel +++ b/tools/boot/wheezy/boot-armel @@ -17,7 +17,7 @@ N=$1 CDDIR=$2 INSTALLDIR=$CDDIR/install if [ "$DI_WWW_HOME" = "default" ];then -# DI_WWW_HOME="http://people.debian.org/~kmuto/d-i/images/daily" + DI_WWW_HOME="http://d-i.debian.org/daily-images/armel/daily" if [ -n "$DI_DIR" ];then DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_WWW_HOME=""