From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41020) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eKrjC-0008JL-3m for guix-patches@gnu.org; Fri, 01 Dec 2017 15:16:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eKrj8-0005BG-Dj for guix-patches@gnu.org; Fri, 01 Dec 2017 15:16:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:60112) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eKrj8-0005B4-9C for guix-patches@gnu.org; Fri, 01 Dec 2017 15:16:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eKrj8-0003k3-0B for guix-patches@gnu.org; Fri, 01 Dec 2017 15:16:02 -0500 Subject: [bug#29409] [PATCH] system: vm: Do not add EFI partition on ARM system. Resent-Message-ID: Date: Fri, 1 Dec 2017 21:14:16 +0100 From: Danny Milosavljevic Message-ID: <20171201211416.3977f6b1@scratchpost.org> In-Reply-To: <1511965226-12253-2-git-send-email-m.othacehe@gmail.com> References: <1511965226-12253-1-git-send-email-m.othacehe@gmail.com> <1511965226-12253-2-git-send-email-m.othacehe@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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: m.othacehe@gmail.com Cc: 29409@debbugs.gnu.org > + ;; bootloaders if we are not targetting ARM. "targeting" (one "t"). LGTM otherwise. Be advised that there are ARM processors that do use EFI (some ARMv8 and aarch64 boards). I'm not opposed to this patch but in the future it might be better to have a flag specify whether to use UEFI.