arm: risc* flavours are no longer built; patch by Martin Michlmayr
This commit is contained in:
parent
f2dbec3701
commit
839d556954
|
@ -159,8 +159,9 @@ debian-cd (2.2.24) UNRELEASED; urgency=low
|
|||
* For etch, pick up the installation guide from the appropriate
|
||||
package in the archive rather than from the d-i area.
|
||||
* Add missing envvar checks in tools/generate_di*_list scripts.
|
||||
* arm: risc* flavours are no longer built. Closes: #351818.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Fri, 3 Feb 2006 14:22:51 -0500
|
||||
-- Frans Pop <fjp@debian.org> Tue, 7 Feb 2006 19:32:50 +0100
|
||||
|
||||
debian-cd (2.2.23) unstable; urgency=low
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ fi
|
|||
|
||||
cd $INSTALLDIR
|
||||
|
||||
for subarch in bast netwinder riscpc riscstation; do
|
||||
for subarch in bast 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