From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40217) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1d6dOx-0000Xr-9n for guix-patches@gnu.org; Fri, 05 May 2017 09:36:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1d6dOt-000193-Dx for guix-patches@gnu.org; Fri, 05 May 2017 09:36:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57272) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1d6dOt-00018v-9g for guix-patches@gnu.org; Fri, 05 May 2017 09:36:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1d6dOt-0004aP-3Z for guix-patches@gnu.org; Fri, 05 May 2017 09:36:03 -0400 Subject: bug#26544: Merged to master: [PATCH v4 *] system: Move "--load" and other guix-specific parameters from the grub module to the generic system module. References: <20170417170030.2212-1-dannym@scratchpost.org> In-Reply-To: <20170417170030.2212-1-dannym@scratchpost.org> Resent-To: guix-patches@gnu.org Resent-Message-ID: Date: Fri, 5 May 2017 15:35:03 +0200 From: Danny Milosavljevic Message-ID: <20170505153503.0d104eaa@scratchpost.org> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: 26544-done@debbugs.gnu.org I've merged this patchset to master: [PATCH v4 00/10] system: Move "--load" and other guix-specific parameters from the grub module to the generic system module. Please make sure to run "make" in guix after pulling.