- Stop hardcoding sid as the distribution to take the installation manual
from, use DI_CODENAME instead.
This commit is contained in:
parent
b37c64eec3
commit
6a29900074
|
@ -25,6 +25,8 @@ debian-cd (2.2.21) unstable; urgency=low
|
|||
- Switch mips daily builds to new builds by ths.
|
||||
- Update task files for tasksel 2.22.
|
||||
- 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
|
||||
- Substantially updated update-cd:
|
||||
- Cope with Woody r3 updates taking more than 1 CD per
|
||||
|
|
|
@ -11,8 +11,8 @@ DOCDIR=doc
|
|||
if [ -n "$BOOTDISKS" -a -e $BOOTDISKS/current/$DOCDIR ] ; then
|
||||
DOCS=$BOOTDISKS/current/$DOCDIR
|
||||
else
|
||||
echo "WARNING: Using sid bootdisk documentation"
|
||||
DOCS=$MIRROR/dists/sid/main/installer-$ARCH/current/$DOCDIR
|
||||
echo "WARNING: Using $DI_CODENAME bootdisk documentation"
|
||||
DOCS=$MIRROR/dists/$DI_CODENAME/main/installer-$ARCH/current/$DOCDIR
|
||||
fi
|
||||
|
||||
# Put the install documentation in /doc/install
|
||||
|
|
Loading…
Reference in New Issue