- Include every available powerpc kernel on the CD, which is perhaps

better than a random selection of two obscure subarches..
This commit is contained in:
Joey Hess 2004-03-16 00:16:49 +00:00
parent a1e3a40ef5
commit dcad45cc2c
2 changed files with 3 additions and 2 deletions

2
debian/changelog vendored
View File

@ -51,6 +51,8 @@ debian-cd (2.2.17) UNRELEASED; urgency=low
- Add wireless-tools to generate_d-i+k_list
- Remove the old partitioner from the CD for i386. (This should also be
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..
* 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

@ -68,9 +68,8 @@ cat >> debian-installer+kernel << EOF
#ifdef ARCH_powerpc
EOF
#This is just temporary, they are going to change it all for 2.4.22
/bin/sed -n 's/Package: \(kernel-image-.*-powerpc.*\)$/\1/p' \
$MIRROR/dists/$CODENAME/main/binary-powerpc/Packages |tail -n 2 \
$MIRROR/dists/$CODENAME/main/binary-powerpc/Packages \
>> debian-installer+kernel
cat >> debian-installer+kernel << EOF