[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#386281: base-installer: [powerpc] missing support for power5+ cpus in b-i/k/powerpc.sh.



On Wed, Sep 06, 2006 at 02:57:44PM +0200, Sven Luther wrote:
> Package: base-installer
> Tags: d-i patch
> 
> 
> As the subject says, kernel-installer doesn't know about power5+ cpus. The
> attached patch does fix this, and joins a cpuinfo for a pseries 710 machine.

> Index: powerpc.sh
> ===================================================================
> --- powerpc.sh	(revision 40490)
> +++ 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)
> +		power3|i-star|s-star|power4|power4+|ppc970*|power5|power5+)
>  			family=powerpc64
>  			;;
>  		*)

Which text should go into the changelog?


GSt



Reply to: