mirror of
https://salsa.debian.org/images-team/debian-cd.git
synced 2024-11-24 15:19:51 -01:00
- Use the d-i docs in sid instead of the woody boot floppies docs.
This commit is contained in:
parent
a594a25066
commit
d883d67047
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -25,6 +25,7 @@ debian-cd (2.2.17) UNRELEASED; urgency=low
|
||||
- Add my exclude_udebs lists, for general and i386, and modify
|
||||
generate_di_list to not include udebs from those lists onto the
|
||||
cdrom, to save space on the netinst cds.
|
||||
- Use the d-i docs in sid instead of the woody boot floppies docs.
|
||||
|
||||
-- Raphael Hertzog <hertzog@debian.org> Wed, 20 Aug 2003 20:17:06 +0200
|
||||
|
||||
|
@ -11,8 +11,8 @@ DOCDIR=doc
|
||||
if [ -n "$BOOTDISKS" -a -e $BOOTDISKS/current/$DOCDIR ] ; then
|
||||
DOCS=$BOOTDISKS/current/$DOCDIR
|
||||
else
|
||||
echo "WARNING: Using woody bootdisk documentation"
|
||||
DOCS=$MIRROR/dists/woody/main/disks-$ARCH/current/$DOCDIR
|
||||
echo "WARNING: Using sid bootdisk documentation"
|
||||
DOCS=$MIRROR/dists/sid/main/installer-$ARCH/current/$DOCDIR
|
||||
fi
|
||||
|
||||
# Put the install documentation in /install
|
||||
|
Loading…
Reference in New Issue
Block a user