From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:47656) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP64d-0005Gg-Oz for guix-patches@gnu.org; Thu, 16 Apr 2020 11:05:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jP64c-0000c0-O5 for guix-patches@gnu.org; Thu, 16 Apr 2020 11:05:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55795) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jP64c-0000bu-LR for guix-patches@gnu.org; Thu, 16 Apr 2020 11:05:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jP64c-0002K4-Fj for guix-patches@gnu.org; Thu, 16 Apr 2020 11:05:02 -0400 Subject: [bug#40662] [PATCH 0/2] Add efivarfs support. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:47622) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jP64N-00052e-8I for guix-patches@gnu.org; Thu, 16 Apr 2020 11:04:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jP64M-0000TE-5h for guix-patches@gnu.org; Thu, 16 Apr 2020 11:04:47 -0400 Received: from mail-wm1-x342.google.com ([2a00:1450:4864:20::342]:56202) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jP64M-0000Sr-00 for guix-patches@gnu.org; Thu, 16 Apr 2020 11:04:46 -0400 Received: by mail-wm1-x342.google.com with SMTP id e26so4936686wmk.5 for ; Thu, 16 Apr 2020 08:04:45 -0700 (PDT) From: Mathieu Othacehe Date: Thu, 16 Apr 2020 17:04:36 +0200 Message-Id: <20200416150436.3274-1-m.othacehe@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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: 40662@debbugs.gnu.org Cc: Mathieu Othacehe Hello, Here's a small serie to add support for efivarfs and fix the issue reported here: https://lists.gnu.org/archive/html/bug-guix/2020-04/msg00274.html. The first patch is a bit hacky, so I didn't bother to write the documentation, in case we find another solution. Thanks, Mathieu Mathieu Othacehe (2): file-system: Add mount-may-fail? option. file-system: Add efivarfs support. gnu/build/file-systems.scm | 49 +++++++++++++++++++++---------------- gnu/system/file-systems.scm | 23 ++++++++++++++--- gnu/system/install.scm | 1 + 3 files changed, 49 insertions(+), 24 deletions(-) -- 2.26.0