guix-devel
[Top][All Lists]
Advanced

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

Re: [BLOG] custom kernel config


From: Mark H Weaver
Subject: Re: [BLOG] custom kernel config
Date: Thu, 16 May 2019 20:15:16 -0400
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

Hi Marius,

Marius Bakke <address@hidden> writes:

> I just want to point out an (IMO) easier way to provide a custom kernel
> configuration, that does not involve the "make-linux-libre" procedure:
>
> (define-public linux-libre/custom
>   (package
>     (inherit linux-libre)
>     (native-inputs
>      `(("kconfig" ,(local-file "kernel.config"))
>        ,@(alist-delete "kconfig"
>                        (package-native-inputs linux-libre))))))
>
> At the end of the day, Linux-Libre is just a regular package that can be
> inherited and overridden like any other :-)

I think this is the approach we should promote for now.  I would prefer
to leave 'make-linux-libre' as an internal implementation detail, and
hopefully one with a limited life span.

      Thanks,
        Mark



reply via email to

[Prev in Thread] Current Thread [Next in Thread]