From mboxrd@z Thu Jan 1 00:00:00 1970 From: Efraim Flashner Subject: Re: [BLOG] custom kernel config Date: Thu, 16 May 2019 22:14:10 +0300 Message-ID: <20190516191410.GA9163@macbook41> References: <20190401180434.GF21029@macbook41> <20190515180945.GA7636@macbook41> <87h89uo4kb.fsf@devup.no> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="WIyZ46R2i8wDzkSu" Return-path: Received: from eggs.gnu.org ([209.51.188.92]:50628) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hRLpX-0000Bx-Vm for guix-devel@gnu.org; Thu, 16 May 2019 15:14:16 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hRLpW-0004On-Vr for guix-devel@gnu.org; Thu, 16 May 2019 15:14:15 -0400 Content-Disposition: inline In-Reply-To: <87h89uo4kb.fsf@devup.no> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Marius Bakke Cc: guix-devel@gnu.org --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, May 16, 2019 at 04:29:56PM +0200, Marius Bakke wrote: > Hi Efraim, >=20 > 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: >=20 > --8<---------------cut here---------------start------------->8--- > (define-public linux-libre/custom > (package > (inherit linux-libre) > (native-inputs > `(("kconfig" ,(local-file "kernel.config")) > ,@(alist-delete "kconfig" > (package-native-inputs linux-libre)))))) > --8<---------------cut here---------------end--------------->8--- >=20 > At the end of the day, Linux-Libre is just a regular package that can be > inherited and overridden like any other :-) I added that as an alternative way to use "just" a kconfig file. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --WIyZ46R2i8wDzkSu Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAlzdtn0ACgkQQarn3Mo9 g1FbtQ/+LBtCNuV0zrBVC0Llsb4LoBsChSWN9I8K/53BxyCvwH4AJcBd6LWGLi7l NqvW/3KulqpFyiM+VHXd5k2wd4cSp40Ns3T/ykQ360Mhjm2IVsYYDo3Kdk8m1Anh FTGUj0omJsWSVW2WJGnvEs2yEJHepuiDToxfQweaVG7zBMxW8rlGcRDAiOUiC4Pi zh58yiqcBqDt8zBt2DL/ltmkhhe6bG5fCCREFtD0/NmCgzcDtZvi/VqOPIJR5Hd3 Bp82BlAgEtXYJfnI3jANd3Dxb7ElBP1n6i4WtPVcf0FtCCl6mqBL5rCgrRvy0gva GkQRihlZ4Ja0k5/R5s83ROubCawGgyOfZr1ScKBt80Z7aFtk0BPXktUUL8lMJ3S3 X+SVhxZ6uTVeVUBhan1II76keh4oZ71WaJmR9M523ijT05/5wnaPBy1DET47iAK+ 6Z+j5dJR4SfTOzGYo/t+63AU/IqNCYxY5Y5NY3/1YsLcK5oEYKN9In7isbF2CRpx Pl/2atRV9OBqcEBiFMOBgMeq1bWqosIjw4G1O+Z2J5x5BbvqSF321wWA+yU1GLCN wuegdv0L7quEnNsPDJQ6trpFmEuBs0Tu3uoZJyQ8Kv7qPkRJrKK8aj5n8x07t68o BnL+VQr6dAMkqqhbdmQBvclz9tHxnDqiXhGl7r8MetrlOlgDSGE= =VZ6d -----END PGP SIGNATURE----- --WIyZ46R2i8wDzkSu--