emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#36023: closed ([PATCH] linux-boot: Fix e2fsck warn


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#36023: closed ([PATCH] linux-boot: Fix e2fsck warning.)
Date: Mon, 03 Jun 2019 16:10:03 +0000

Your message dated Mon, 3 Jun 2019 18:09:50 +0200
with message-id <address@hidden>
and subject line Re: [bug#36023] [PATCH] linux-boot: Fix e2fsck warning.
has caused the debbugs.gnu.org bug report #36023,
regarding [PATCH] linux-boot: Fix e2fsck warning.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
36023: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=36023
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] linux-boot: Fix e2fsck warning. Date: Fri, 31 May 2019 13:27:35 +0200
* gnu/build/linux-boot.scm (boot-system): Fix e2fsck warning.
---
 gnu/build/linux-boot.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/gnu/build/linux-boot.scm b/gnu/build/linux-boot.scm
index a35d18ad7c..03f2ea245c 100644
--- a/gnu/build/linux-boot.scm
+++ b/gnu/build/linux-boot.scm
@@ -517,6 +517,8 @@ upon error."
          (unless (pre-mount)
            (error "pre-mount actions failed")))
 
+       (setenv "EXT2FS_NO_MTAB_OK" "1")
+
        (if root
            ;; The "--root=SPEC" kernel command-line option always provides a
            ;; string, but the string can represent a device, a UUID, or a
@@ -533,6 +535,8 @@ upon error."
        (for-each mount-file-system
                  (remove root-mount-point? mounts))
 
+       (setenv "EXT2FS_NO_MTAB_OK" #f)
+
        (if to-load
            (begin
              (switch-root "/root")



--- End Message ---
--- Begin Message --- Subject: Re: [bug#36023] [PATCH] linux-boot: Fix e2fsck warning. Date: Mon, 3 Jun 2019 18:09:50 +0200
Thanks for the review!

Pushed it to guix master as commit aa901521e4e5625dd8a63e67a64be2f562ca61c7.

Attachment: pgpw1WTQ7oqLA.pgp
Description: OpenPGP digital signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]