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: Tue, 27 Oct 2015 21:48:20 +0100 Message-ID: <87io5savhn.fsf@gnu.org> References: <87a8thx3l5.fsf@netris.org> <87pp28whqu.fsf@gnu.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]:36337) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrBAS-0004me-Bz for guix-devel@gnu.org; Tue, 27 Oct 2015 16:48:29 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrBAN-0006mY-CW for guix-devel@gnu.org; Tue, 27 Oct 2015 16:48:28 -0400 In-Reply-To: <87pp28whqu.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 27 Aug 2015 23:20:41 +0200") 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 I just pushed this and two other non-controversial patches from =E2=80=98wip-loongson2f=E2=80=99. I could continue, because the remainder looks OK too at first glance (mostly I need to test that the new GRUB works fine here), but I thought I=E2=80=99d leave you a chance to chime in. ;-) So the backlog currently is this: + 8692ab8 TEMPORARY_HACK: gnu: gst-plugins-base: Disable tests on MIPS and = ARM. + 8549720 NON_INTEL_ONLY: services: xorg: Remove xf86-video-intel. + 7380191 gnu: grub: Add support for Loongson-based machines. + 139588b gnu: grub: Update to 2.02-beta2-502-gc93d3e6. + fd70853 gnu: grub: Install documentation. + cde6189 gnu: grub: Use modify-phases and other minor cleanups. + 4f17937 gnu: Add linux-libre-loongson2f. + 61e8280 doc: Add texinfo to the requirements when building from git. + 5a45f27 gnu: linux-libre: On MIPS, the linux image name is vmlinuz, not b= zImage. + 4cb1515 gnu: linux-libre: Add case for ARCH=3Dmips. + 4917d6a gnu: linux-libre: Add 'supported-systems' field: Intel only for n= ow. Ludo=E2=80=99.