- Stop hardcoding sid as the distribution to take the installation manual

from, use DI_CODENAME instead.
This commit is contained in:
Joey Hess 2005-02-23 19:42:14 +00:00
parent b37c64eec3
commit 6a29900074
2 changed files with 4 additions and 2 deletions

2
debian/changelog vendored
View File

@ -25,6 +25,8 @@ debian-cd (2.2.21) unstable; urgency=low
- Switch mips daily builds to new builds by ths. - Switch mips daily builds to new builds by ths.
- Update task files for tasksel 2.22. - Update task files for tasksel 2.22.
- Exclude more new kernel images from CD1. - Exclude more new kernel images from CD1.
- Stop hardcoding sid as the distribution to take the installation manual
from, use DI_CODENAME instead.
* Steve McIntyre * Steve McIntyre
- Substantially updated update-cd: - Substantially updated update-cd:
- Cope with Woody r3 updates taking more than 1 CD per - Cope with Woody r3 updates taking more than 1 CD per

View File

@ -11,8 +11,8 @@ DOCDIR=doc
if [ -n "$BOOTDISKS" -a -e $BOOTDISKS/current/$DOCDIR ] ; then if [ -n "$BOOTDISKS" -a -e $BOOTDISKS/current/$DOCDIR ] ; then
DOCS=$BOOTDISKS/current/$DOCDIR DOCS=$BOOTDISKS/current/$DOCDIR
else else
echo "WARNING: Using sid bootdisk documentation" echo "WARNING: Using $DI_CODENAME bootdisk documentation"
DOCS=$MIRROR/dists/sid/main/installer-$ARCH/current/$DOCDIR DOCS=$MIRROR/dists/$DI_CODENAME/main/installer-$ARCH/current/$DOCDIR
fi fi
# Put the install documentation in /doc/install # Put the install documentation in /doc/install