- Include only 2.4 ia64 kernels on the d-i CD for now, the 2.6 ones
are not a good choice ATM according to bdale.
This commit is contained in:
parent
855110d921
commit
45ed7eb677
|
@ -15,6 +15,8 @@ debian-cd (2.2.18) UNRELEASED; urgency=low
|
|||
2, and is used with the 2.6 kernel.
|
||||
- Based on user reports, remove the read-only, and pass "rw" to the kernel
|
||||
in silo.conf.
|
||||
- Include only 2.4 ia64 kernels on the d-i CD for now, the 2.6 ones
|
||||
are not a good choice ATM according to bdale.
|
||||
* Petter Reinholdtsen
|
||||
- Regenereated tasks/popularity-contest-sarge based on the current data.
|
||||
- Avoid kernel versions 2.4.24 and 2.6.3 on the first i386 CD, as we
|
||||
|
|
|
@ -76,7 +76,7 @@ initrd-tools
|
|||
EOF
|
||||
|
||||
/bin/sed -n 's/Package: \(kernel-image-.*\)$/\1/p' \
|
||||
$MIRROR/dists/$CODENAME/main/binary-ia64/Packages |tail -n 4 \
|
||||
$MIRROR/dists/$CODENAME/main/binary-ia64/Packages | grep 2.4 | tail -n 4 \
|
||||
>> debian-installer+kernel
|
||||
|
||||
cat >> debian-installer+kernel << EOF
|
||||
|
|
Loading…
Reference in New Issue