From 6a29900074a2774ee47fdce590db9e3367687ed1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 23 Feb 2005 19:42:14 +0000 Subject: [PATCH] - Stop hardcoding sid as the distribution to take the installation manual from, use DI_CODENAME instead. --- debian/changelog | 2 ++ tools/sarge/installtools.sh | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2f7d045d..051c34bd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 diff --git a/tools/sarge/installtools.sh b/tools/sarge/installtools.sh index 3e92e34d..0204ed21 100755 --- a/tools/sarge/installtools.sh +++ b/tools/sarge/installtools.sh @@ -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