On Mon, Jul 07, 2014 at 04:18:13PM +0200, Frederic Bonnard wrote:
> Package: base-installer
> Version: 1.140
> Severity: normal
> Tags: patch
> User: [email protected]
> Usertags: ppc64el
> 
> Dear Maintainer,
> 
> here is a patch from Ubuntu to add support to ppc64el.
> I've added a test when the CPU is used in POWERNV.
> Thank you,
> 

[snip]

> --- base-installer-1.140/kernel/ppc64el.sh    1970-01-01 00:00:00.000000000 
> +0000
> +++ base-installer-1.140/kernel/ppc64el.sh    2014-05-14 11:55:07.000000000 
> +0000
> @@ -0,0 +1,13 @@
> +arch_get_kernel_flavour () {
> +     echo powerpc64le
> +     return 0
> +}
> +
> +arch_check_usable_kernel () {
> +     return 0
> +}
> +
> +arch_get_kernel () {
> +     echo "linux-powerpc64le"
> +     echo "linux-image-powerpc64le"
> +}

I think only the second line is needed, the first line doesn't
correspond to any real package. Could you please confirm? I'll then
merge the patch.

Aurelien

-- 
Aurelien Jarno                          GPG: 4096R/1DDD8C9B
[email protected]                 http://www.aurel32.net


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to