From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34993) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEBCs-0001fk-WD for guix-patches@gnu.org; Mon, 13 Nov 2017 04:39:07 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eEBCo-0007nl-3Y for guix-patches@gnu.org; Mon, 13 Nov 2017 04:39:07 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57251) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eEBCn-0007nZ-W4 for guix-patches@gnu.org; Mon, 13 Nov 2017 04:39:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eEBCn-0000pe-Lt for guix-patches@gnu.org; Mon, 13 Nov 2017 04:39:01 -0500 Subject: [bug#29281] [PATCH] system: vm: Use linux-libre for system-disk-image. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171113072236.13270-1-m.othacehe@gmail.com> Date: Mon, 13 Nov 2017 10:38:07 +0100 In-Reply-To: <20171113072236.13270-1-m.othacehe@gmail.com> (Mathieu Othacehe's message of "Mon, 13 Nov 2017 08:22:36 +0100") Message-ID: <87o9o6bjsw.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Mathieu Othacehe Cc: 29281@debbugs.gnu.org Hi, Mathieu Othacehe skribis: > * gnu/system/vm.scm (system-disk-image): Use linux-libre instead of user > defined kernel that may not be emulable and/or function with base-initrd. I would rather not override =E2=80=98linux-libre=E2=80=99. I find it quite= useful to be able to =E2=80=98guix system vm=E2=80=99 with a custom kernel; that=E2=80= =99s one of the things one might want to test in a VM before rebooting. What was the use case and rationale for you? Thanks, Ludo=E2=80=99.