From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 5/6] gnu: Add efibootmgr. Date: Sun, 06 Nov 2016 22:52:57 +0100 Message-ID: <87ins0wa12.fsf@gnu.org> References: <20161105125511.29383-1-mbakke@fastmail.com> <20161105125511.29383-6-mbakke@fastmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37364) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1c3VN9-0006hy-0s for guix-devel@gnu.org; Sun, 06 Nov 2016 16:53:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1c3VN5-0004No-RM for guix-devel@gnu.org; Sun, 06 Nov 2016 16:53:03 -0500 In-Reply-To: <20161105125511.29383-6-mbakke@fastmail.com> (Marius Bakke's message of "Sat, 5 Nov 2016 12:55:10 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Marius Bakke Cc: guix-devel@gnu.org Marius Bakke skribis: > * gnu/packages/linux.scm (efibootmgr): New variable. [...] > + (description > + "@code{efibootmgr} is a Linux user-space application to modify the > +Intel Extensible Firmware Interface (EFI) Boot Manager. This application > +can create and destroy boot entries, change the boot order, change the n= ext > +running boot option, and more.") s/Linux// Otherwise LGTM, thanks! :-) Ludo=E2=80=99.