guix-commits
[Top][All Lists]
Advanced

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

01/03: pack: Do not store extended attributes in squashfs images.


From: guix-commits
Subject: 01/03: pack: Do not store extended attributes in squashfs images.
Date: Tue, 24 Mar 2020 13:54:53 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 53c594cb3f1f783fea18be6da23a863b00c14f5f
Author: Ludovic Courtès <address@hidden>
AuthorDate: Tue Mar 24 16:56:19 2020 +0100

    pack: Do not store extended attributes in squashfs images.
    
    * guix/scripts/pack.scm (squashfs-image)[build](mksquashfs): Pass 
"-no-xattrs".
---
 guix/scripts/pack.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/guix/scripts/pack.scm b/guix/scripts/pack.scm
index 6829d72..b6fb738 100644
--- a/guix/scripts/pack.scm
+++ b/guix/scripts/pack.scm
@@ -373,6 +373,10 @@ added to the pack."
                      ;; file system since it's useless in this case.
                      "-no-recovery"
 
+                     ;; Do not attempt to store extended attributes.
+                     ;; See <https://bugs.gnu.org/40043>.
+                     "-no-xattrs"
+
                      ;; Set file times and the file system creation time to
                      ;; one second after the Epoch.
                      "-all-time" "1" "-mkfs-time" "1"



reply via email to

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