* d-i doesn't include bast images anymore, drop from boot-arm.

This commit is contained in:
Joey Hess 2006-05-24 18:03:47 +00:00
parent 43ff633c0e
commit 5c2d0ecb20
2 changed files with 3 additions and 2 deletions

3
debian/changelog vendored
View File

@ -40,8 +40,9 @@ debian-cd (2.2.25) UNRELEASED; urgency=low
* i386 has stopped building because the el-torito boot images were turned
off (due to size issues). Fix this by not failing if the el-torito images
arn't there.
* d-i doesn't include bast images anymore, drop from boot-arm.
-- Joey Hess <joeyh@debian.org> Wed, 24 May 2006 13:59:59 -0400
-- Joey Hess <joeyh@debian.org> Wed, 24 May 2006 14:03:29 -0400
debian-cd (2.2.24) unstable; urgency=low

View File

@ -40,7 +40,7 @@ fi
cd $INSTALLDIR
for subarch in bast netwinder; do
for subarch in netwinder; do
if [ ! "$DI_WWW_HOME" ];then
if [ ! "$DI_DIR" ];then
DI_DIR="$MIRROR/dists/$DI_DIST/main/installer-$ARCH/current/images"