From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46675) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cuRKT-0006JF-Qy for guix-patches@gnu.org; Sat, 01 Apr 2017 18:17:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cuRKQ-0004Vw-Ns for guix-patches@gnu.org; Sat, 01 Apr 2017 18:17:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:57825) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1cuRKQ-0004Vj-KP for guix-patches@gnu.org; Sat, 01 Apr 2017 18:17:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1cuRKQ-00054e-Fy for guix-patches@gnu.org; Sat, 01 Apr 2017 18:17:02 -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> Date: Sun, 02 Apr 2017 00:15:54 +0200 In-Reply-To: <9b295fdca9e25e89fa90e0000f3b6117bb96f398.1491078152.git.leo@famulari.name> (Leo Famulari's message of "Sat, 1 Apr 2017 16:22:32 -0400") Message-ID: <87wpb3g4f9.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 Hello! Leo Famulari skribis: > * gnu/system/grub.scm ()[graphical?]: New field. > (eye-candy)[setup-gfxterm-body]: Use 'graphical?'. > * doc/guix.texi (GRUB Configuration): Document 'graphical?'. Would it be possible to detect whether graphical output is available only in GRUB code? Or is the use case a situation where graphical output *is* supported but somehow undesirable? Thanks, Ludo=E2=80=99.