* d-i doesn't include bast images anymore, drop from boot-arm.
This commit is contained in:
parent
43ff633c0e
commit
5c2d0ecb20
|
@ -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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue