Hi,
This week we had a report (#469030) of a successful installation on a
powerpc system, but followed by a failed reboot because D-I had selected the
wrong kernel.
The fix for that is a trivial one-liner [1] and I'd like to include it in
the next point release.
OK to upload?
TIA,
FJP
[1]
--- kernel/powerpc.sh (revision 51773)
+++ kernel/powerpc.sh (working copy)
@@ -1,7 +1,7 @@
arch_get_kernel_flavour () {
CPU=`grep '^cpu[[:space:]]*:' "$CPUINFO" | head -n1 | cut -d: -f2 | sed 's/^
*//; s/[, ].*//' | tr A-Z a-z`
case "$CPU" in
- power3|i-star|s-star|power4|power4+|ppc970*|power5|power5+)
+ power3|i-star|s-star|*sstar*|power4|power4+|ppc970*|power5|power5+)
family=powerpc64
;;
*)
Attachment:
signature.asc
Description: This is a digitally signed message part.