* Add 686 kernels, since the netinst CD is much larger and can now easily

fit them and this makes the CD much more attractive for many users.
This commit is contained in:
Joey Hess 2006-07-01 23:12:59 +00:00
parent ba45622865
commit b5336e8ec2
2 changed files with 9 additions and 5 deletions

6
debian/changelog vendored
View File

@ -71,7 +71,11 @@ debian-cd (2.2.25) UNRELEASED; urgency=low
[ Frans Pop ] [ Frans Pop ]
* Wouter Verhelst has taken over daily d-i builds for powerpc. * Wouter Verhelst has taken over daily d-i builds for powerpc.
-- Frans Pop <fjp@debian.org> Fri, 23 Jun 2006 22:49:03 +0200 [ Joey Hess ]
* Add 686 kernels, since the netinst CD is much larger and can now easily
fit them and this makes the CD much more attractive for many users.
-- Joey Hess <joeyh@debian.org> Sat, 1 Jul 2006 19:11:19 -0400
debian-cd (2.2.24) unstable; urgency=low debian-cd (2.2.24) unstable; urgency=low

View File

@ -77,17 +77,17 @@ discover1
grub grub
lilo lilo
/* Note that we do not have to include every optimised kernel flavor for /* Note that we do not have to include every optimised kernel flavor for
* i386. Kernel headers are included as third party modules are commonly * i386, but this does control what kernels are available on the netinst CD.
* Kernel headers are included as third party modules are commonly
* used on this architecture. * used on this architecture.
*/ */
kernel-image-2.4-386 kernel-image-2.4-386
kernel-pcmcia-modules-2.4-386 kernel-pcmcia-modules-2.4-386
kernel-headers-2.4-386 kernel-headers-2.4-386
linux-image-2.6-386
linux-headers-2.6-386
/* 486 are same images, new name */
linux-image-2.6-486 linux-image-2.6-486
linux-headers-2.6-486 linux-headers-2.6-486
linux-image-2.6-686
linux-headers-2.6-686
#endif #endif
#ifdef ARCH_amd64 #ifdef ARCH_amd64