From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45502) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2D5X-0001w6-CV for guix-patches@gnu.org; Wed, 11 Oct 2017 05:14:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2D5W-0006td-Ek for guix-patches@gnu.org; Wed, 11 Oct 2017 05:14:03 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:52589) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e2D5W-0006tP-BS for guix-patches@gnu.org; Wed, 11 Oct 2017 05:14:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1e2D5W-0003Q4-5v for guix-patches@gnu.org; Wed, 11 Oct 2017 05:14:02 -0400 Subject: bug#28696: [PATCH 0/5] Support UUIDs for the EFI System Partition (FAT) Resent-To: guix-patches@gnu.org Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20171004072401.1251-1-ludo@gnu.org> Date: Wed, 11 Oct 2017 11:13:37 +0200 In-Reply-To: <20171004072401.1251-1-ludo@gnu.org> ("Ludovic \=\?utf-8\?Q\?Cour\?\= \=\?utf-8\?Q\?t\=C3\=A8s\=22's\?\= message of "Wed, 4 Oct 2017 09:24:01 +0200") Message-ID: <87efqacaim.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: 28696-done@debbugs.gnu.org Hello, Ludovic Court=C3=A8s skribis: > This patch series fixes what Roel reported at > : it > allows users to refer to their EFI System Partition and to FAT file > systems in general by UUID. I went ahead and pushed this series. Let me know if anything=E2=80=99s wro= ng! Ludo=E2=80=99.