Try to include some sparc kernels on the CD

This commit is contained in:
Joey Hess 2004-03-16 03:09:29 +00:00
parent dcad45cc2c
commit 02019c3cd8
2 changed files with 11 additions and 1 deletions

2
debian/changelog vendored
View File

@ -53,6 +53,8 @@ debian-cd (2.2.17) UNRELEASED; urgency=low
done for other arches for which it is not default)
- Include every available powerpc kernel on the CD, which is perhaps
better than a random selection of two obscure subarches..
- Try to include some sparc kernels on the CD; it's probably better than
including none..
* Steve Langasek
- Add fdisk-udeb to the list of needed debs for alpha
- Use /dev/ram as the root device for aboot (alpha)

View File

@ -74,5 +74,13 @@ EOF
cat >> debian-installer+kernel << EOF
#endif
#ifdef ARCH_sparc
EOF
/bin/sed -n 's/Package: \(kernel-image-.*-sparc.*\)$/\1/p' \
$MIRROR/dists/$CODENAME/main/binary-sparc/Packages \
>> debian-installer+kernel
cat >> debian-installer+kernel << EOF
#endif
EOF