1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-16 06:05:54 +02:00

pack: Do not store extended attributes in squashfs images.

* guix/scripts/pack.scm (squashfs-image)[build](mksquashfs): Pass "-no-xattrs".
This commit is contained in:
Ludovic Courtès
2020-03-24 16:56:19 +01:00
committed by Ludovic Courtès
parent 8465f1f680
commit 53c594cb3f
+4
View File
@@ -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"