* Remove 2.2 kernel for mac from generate_di+k_list, as it's no longer in
the archive.
This commit is contained in:
parent
2a8a711c0e
commit
af5b09d42d
|
@ -7,8 +7,10 @@ debian-cd (2.2.26) UNRELEASED; urgency=low
|
|||
|
||||
[ Joey Hess ]
|
||||
* Remove 2.4 kernels from generate_di+k_list for i386.
|
||||
* Remove 2.2 kernel for mac from generate_di+k_list, as it's no longer in
|
||||
the archive.
|
||||
|
||||
-- Joey Hess <joeyh@debian.org> Mon, 16 Oct 2006 13:57:05 -0400
|
||||
-- Joey Hess <joeyh@debian.org> Mon, 16 Oct 2006 14:09:55 -0400
|
||||
|
||||
debian-cd (2.2.25) unstable; urgency=low
|
||||
|
||||
|
|
|
@ -225,12 +225,6 @@ linux-image-2.6-amiga
|
|||
linux-image-2.6-mac
|
||||
EOF
|
||||
|
||||
# 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 kernels for 2.4 d-i subarchs
|
||||
# XXX once m68k gets kernel-image-2.4-<subarch> packages, use those
|
||||
# instead.
|
||||
|
|
Loading…
Reference in New Issue