Remove powerpc-small-pmac kernel from the netinst. base-installer hasn't

installed it since April, and according to Sven it's only useful for
building floppies.
This commit is contained in:
Colin Watson 2004-09-25 13:44:45 +00:00
parent 8c4888772d
commit ffcb774eb0
2 changed files with 4 additions and 1 deletions

3
debian/changelog vendored
View File

@ -38,6 +38,9 @@ debian-cd (2.2.20) UNRELEASED; urgency=low
exist.
- Hardlink powerpc and powerpc/minimal vmlinux files together, since
they're identical.
- Remove powerpc-small-pmac kernel from the netinst. base-installer
hasn't installed it since April, and according to Sven it's only
useful for building floppies.
-- Joey Hess <joeyh@debian.org> Mon, 30 Aug 2004 15:23:19 -0400

View File

@ -138,7 +138,7 @@ EOF
# Only include powerpc kernels that d-i base-installer installs.
for subarch in powerpc power3 power4 power3-pmac power3-chrp-rs6k \
power4-pmac power4-chrp-rs6k powerpc-pmac powerpc-small-pmac \
power4-pmac power4-chrp-rs6k powerpc-pmac \
powerpc-prep powerpc-chrp powerpc-chrp-rs6k apus; do
sed -n 's/Package: \(kernel-image-.*-.*\)$/\1/p' \
$MIRROR/dists/$CODENAME/main/binary-powerpc/Packages \