From 192ab9e1e690b4dcaf5030037ca5a6883ffc6679 Mon Sep 17 00:00:00 2001 From: cd-builder user Date: Thu, 3 Mar 2011 14:33:07 +0000 Subject: [PATCH] armel hasn't booted off CD in ages for us; comment out the DI_WWW_HOME definition to stop the mirror script complaining. --- debian/changelog | 2 ++ tools/boot/wheezy/boot-armel | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 0886c6b9..8dd8a346 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,8 @@ debian-cd (3.1.6) UNRELEASED; urgency=low overflowed the disc size, try to carry on for a few more packages to get closer to actually filling the disc. Closes: #613751. * Path to sparc daily builds has changed. + * armel hasn't booted off CD in ages for us; comment out the DI_WWW_HOME + definition to stop the mirror script complaining. [ Otavio Salvador ] * Add btrfs-tools on required packages by installer. Closes: #612007. diff --git a/tools/boot/wheezy/boot-armel b/tools/boot/wheezy/boot-armel index 99f23fcb..14b6f3a4 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://people.debian.org/~kmuto/d-i/images/daily" if [ -n "$DI_DIR" ];then DI_DIR="$DI_DIR/${DI_WWW_HOME#*http://}" DI_WWW_HOME=""