* Applied patch from smarenka to add 2.6 kernels for m68k, also 2.4 kernels
  for appropriate m68k subarches, and also emile, amiboot, atari-bootstrap,
  and initramfs-tools for m68k.
This commit is contained in:
Joey Hess 2006-06-13 21:17:46 +00:00
parent f74103a020
commit cb36cebc21
2 changed files with 22 additions and 7 deletions

9
debian/changelog vendored
View File

@ -49,9 +49,14 @@ debian-cd (2.2.25) UNRELEASED; urgency=low
[ Steve McIntyre ]
* Add better GNU/kFreeBSD support in setting ARCH in CONF.sh.
Closes: #327470
Closes: #327470
-- Joey Hess <joeyh@debian.org> Mon, 5 Jun 2006 15:09:01 -0400
[ Joey Hess ]
* Applied patch from smarenka to add 2.6 kernels for m68k, also 2.4 kernels
for appropriate m68k subarches, and also emile, amiboot, atari-bootstrap,
and initramfs-tools for m68k.
-- Joey Hess <joeyh@debian.org> Tue, 13 Jun 2006 17:16:30 -0400
debian-cd (2.2.24) unstable; urgency=low

View File

@ -214,24 +214,34 @@ kernel-image-2.4-sparc64-smp
#ifdef ARCH_m68k
yaird
initramfs-tools
fileutils
amiboot
atari-bootstrap
emile
vmelilo
linux-image-2.6-amiga
linux-image-2.6-mac
EOF
# Get all the latest 2.2 for mac kernel
# Get the latest 2.2 kernel for mac
zcat $MIRROR/dists/$CODENAME/main/binary-m68k/Packages.gz | \
sed -n 's/Package: \(kernel-image-2.2.*-mac\)$/\1/p' | \
tail -n 1 \
>> debian-installer+kernel-$DI_CODENAME
# Get the latest 2.4 kernels, except mac
# Get the latest kernels for 2.4 d-i subarchs
# XXX once m68k gets kernel-image-2.4-<subarch> packages, use those
# instead.
zcat $MIRROR/dists/$CODENAME/main/binary-m68k/Packages.gz | \
for subarch in amiga atari bvme6000 mvme147 mvme16x q40; do
zcat $MIRROR/dists/$CODENAME/main/binary-m68k/Packages.gz | \
sed -n 's/Package: \(kernel-image-2.4.*\)$/\1/p' | \
tail -n 7 | \
grep -v mac >> debian-installer+kernel-$DI_CODENAME
grep -- "-$subarch$" | sort -n | tail -n 1 \
>> debian-installer+kernel-$DI_CODENAME
done
cat >> debian-installer+kernel-$DI_CODENAME << EOF
#endif
#ifdef ARCH_arm