From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56746) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cuave-0001Mi-Uy for guix-patches@gnu.org; Sun, 02 Apr 2017 04:32:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cuava-0005EB-3H for guix-patches@gnu.org; Sun, 02 Apr 2017 04:32:07 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:58209) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cuava-0005E7-0C for guix-patches@gnu.org; Sun, 02 Apr 2017 04:32:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cuavZ-0005zE-OP for guix-patches@gnu.org; Sun, 02 Apr 2017 04:32:01 -0400 Subject: bug#26334: [PATCH 1/1] system: grub: Enable the use of a non-graphical GRUB menu. Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <9b295fdca9e25e89fa90e0000f3b6117bb96f398.1491078152.git.leo@famulari.name> <87wpb3g4f9.fsf@gnu.org> <20170401224345.GA13129@jasmine> <20170402000638.djlieop6rw72r3ny@abyayala> Date: Sun, 02 Apr 2017 10:31:04 +0200 In-Reply-To: <20170402000638.djlieop6rw72r3ny@abyayala> (ng0's message of "Sun, 2 Apr 2017 00:06:38 +0000") Message-ID: <87k273dxdj.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: Leo Famulari Cc: 26334@debbugs.gnu.org Heya! ng0 skribis: > (going off-topic:) > I plan to get them into the loop of Guix Deploy. What's the status of > that meta project by the way? You can check the =E2=80=98wip-deploy=E2=80=99 branch: it has initial inter= faces, but very little is implemented at this point. Most of the building blocks are there, though. Ludo=E2=80=99.