From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:55031) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDQar-0004J0-4E for guix-patches@gnu.org; Sun, 15 Mar 2020 06:34:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDQap-0000NR-AF for guix-patches@gnu.org; Sun, 15 Mar 2020 06:34:05 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:56527) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jDQan-0000MB-UR for guix-patches@gnu.org; Sun, 15 Mar 2020 06:34:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jDQan-00067h-St for guix-patches@gnu.org; Sun, 15 Mar 2020 06:34:01 -0400 Subject: [bug#37868] [PATCH v8] system: Add kernel-module-packages to operating-system. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:54477) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jDQaZ-0004Id-JB for guix-patches@gnu.org; Sun, 15 Mar 2020 06:33:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jDQaX-0007CI-LY for guix-patches@gnu.org; Sun, 15 Mar 2020 06:33:47 -0400 References: <20200227135146.5701-1-dannym@scratchpost.org> <20200227155029.2542-1-dannym@scratchpost.org> <20200314194055.6d857037@scratchpost.org> <877dzlgbe2.fsf@gmail.com> From: Mathieu Othacehe In-reply-to: <877dzlgbe2.fsf@gmail.com> Date: Sun, 15 Mar 2020 11:33:41 +0100 Message-ID: <875zf5gb5m.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain 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: 37868@debbugs.gnu.org Cc: mhw@netris.org, ludo@gnu.org > Regarding --system, producing disk-images is currently broken on all > branches[1], so it will be harder to test it for now. And the forgotten link! [1]: https://lists.gnu.org/archive/html/guix-devel/2019-12/msg00099.html Mathieu