AMD64 d-i images are now available from people.d.o

This commit is contained in:
Frans Pop 2006-07-02 22:14:37 +00:00
parent b5336e8ec2
commit f4277b2348
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -70,12 +70,13 @@ debian-cd (2.2.25) UNRELEASED; urgency=low
[ Frans Pop ] [ Frans Pop ]
* Wouter Verhelst has taken over daily d-i builds for powerpc. * Wouter Verhelst has taken over daily d-i builds for powerpc.
* AMD64 d-i images are now available from people.d.o.
[ Joey Hess ] [ Joey Hess ]
* Add 686 kernels, since the netinst CD is much larger and can now easily * Add 686 kernels, since the netinst CD is much larger and can now easily
fit them and this makes the CD much more attractive for many users. fit them and this makes the CD much more attractive for many users.
-- Joey Hess <joeyh@debian.org> Sat, 1 Jul 2006 19:11:19 -0400 -- Frans Pop <fjp@debian.org> Sun, 2 Jul 2006 23:03:50 +0200
debian-cd (2.2.24) unstable; urgency=low debian-cd (2.2.24) unstable; urgency=low

View File

@ -14,7 +14,7 @@ N=$1
CDDIR=$2 CDDIR=$2
BOOTDIR= BOOTDIR=
if [ "$DI_WWW_HOME" = "default" ];then if [ "$DI_WWW_HOME" = "default" ];then
DI_WWW_HOME="http://amd64.debian.net/debian-installer/daily" DI_WWW_HOME="http://people.debian.org/~kroeckx/d-i/images/daily"
if [ -n "$DI_DIR" ];then if [ -n "$DI_DIR" ];then
DI_DIR="$DI_DIR/${DI_WWW_HOME##*/}" DI_DIR="$DI_DIR/${DI_WWW_HOME##*/}"
DI_WWW_HOME="" DI_WWW_HOME=""