From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] system: grub: On MIPS, the linux image name is vmlinuz Date: Thu, 27 Aug 2015 23:20:41 +0200 Message-ID: <87pp28whqu.fsf@gnu.org> References: <87a8thx3l5.fsf@netris.org> 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]:44927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZV4bL-0001nY-Pu for guix-devel@gnu.org; Thu, 27 Aug 2015 17:20:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZV4bG-0003Qy-Qh for guix-devel@gnu.org; Thu, 27 Aug 2015 17:20:51 -0400 In-Reply-To: <87a8thx3l5.fsf@netris.org> (Mark H. Weaver's message of "Sun, 23 Aug 2015 14:27:34 -0400") 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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Mark H Weaver Cc: guix-devel@gnu.org Mark H Weaver skribis: > From a15b9a1eedd5b110b94e13f0fea17323aa1e160e Mon Sep 17 00:00:00 2001 > From: Mark H Weaver > Date: Wed, 19 Aug 2015 16:30:02 -0400 > Subject: [PATCH] system: grub: On MIPS, the linux image name is vmlinuz, = not > bzImage. > > * gnu/system/grub.scm (grub-configuration-file): Add 'linux-image-name' > internal procedure. Use it from 'entry->gexp'. LGTM, thanks! Ludo=E2=80=99.