From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50142) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6YEd-0000wd-5v for guix-patches@gnu.org; Fri, 05 May 2017 04:05:11 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6YEY-0000j7-8Q for guix-patches@gnu.org; Fri, 05 May 2017 04:05:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57157) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d6YEY-0000j2-4z for guix-patches@gnu.org; Fri, 05 May 2017 04:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d6YEX-0001ZO-RK for guix-patches@gnu.org; Fri, 05 May 2017 04:05:01 -0400 Subject: bug#26544: [PATCH v4 00/10] system: Move "--load" and other guix-specific parameters from the grub module to the generic system module. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <86h91ikw4m.fsf@gmail.com> <20170421123714.2395-1-dannym@scratchpost.org> <20170505090428.13e83008@scratchpost.org> Date: Fri, 05 May 2017 10:03:54 +0200 In-Reply-To: <20170505090428.13e83008@scratchpost.org> (Danny Milosavljevic's message of "Fri, 5 May 2017 09:04:28 +0200") Message-ID: <87efw3buhh.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: Danny Milosavljevic Cc: 26544@debbugs.gnu.org Hello! Danny Milosavljevic skribis: > I've been testing this for quite some time now and will be pushing it in = a few hours if there are no objections. > > Note: If you get a guile backtrace like the following on "guix system rec= onfigure", you should run "make" in guix. It will work just fine then. > > Other than that, it's uneventful. Awesome. If =E2=80=9Cmake check-system=E2=80=9D doesn=E2=80=99t show anyth= ing bad either, then that=E2=80=99d good. Thanks, Ludo=E2=80=99.