From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40542) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eE95F-000621-Uf for guix-patches@gnu.org; Mon, 13 Nov 2017 02:23:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eE95C-0007On-QZ for guix-patches@gnu.org; Mon, 13 Nov 2017 02:23:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:57137) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eE95C-0007Oj-Mr for guix-patches@gnu.org; Mon, 13 Nov 2017 02:23:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eE95C-0006Aj-GF for guix-patches@gnu.org; Mon, 13 Nov 2017 02:23:02 -0500 Subject: [bug#29281] [PATCH] system: vm: Use linux-libre for system-disk-image. Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40519) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eE951-00061i-C4 for guix-patches@gnu.org; Mon, 13 Nov 2017 02:22:52 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eE94y-0007Jy-4d for guix-patches@gnu.org; Mon, 13 Nov 2017 02:22:51 -0500 Received: from mail-wm0-x243.google.com ([2a00:1450:400c:c09::243]:54697) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eE94x-0007Jo-Td for guix-patches@gnu.org; Mon, 13 Nov 2017 02:22:48 -0500 Received: by mail-wm0-x243.google.com with SMTP id r68so12993132wmr.3 for ; Sun, 12 Nov 2017 23:22:47 -0800 (PST) From: Mathieu Othacehe Date: Mon, 13 Nov 2017 08:22:36 +0100 Message-Id: <20171113072236.13270-1-m.othacehe@gmail.com> 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: 29281@debbugs.gnu.org * 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. --- gnu/system/vm.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm index 44246083b..c55df3013 100644 --- a/gnu/system/vm.scm +++ b/gnu/system/vm.scm @@ -422,6 +422,7 @@ to USB sticks meant to be read-only." ;; Since this is meant to be used on real hardware, don't ;; install QEMU networking or anything like that. Assume USB ;; mass storage devices (usb-storage.ko) are available. + (kernel linux-libre) (initrd (lambda (file-systems . rest) (apply base-initrd file-systems #:volatile-root? #t -- 2.15.0