guix-commits
[Top][All Lists]
Advanced

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

02/02: image: Disable compression for ISO images.


From: guix-commits
Subject: 02/02: image: Disable compression for ISO images.
Date: Mon, 27 Apr 2020 10:09:26 -0400 (EDT)

mothacehe pushed a commit to branch wip-disk-image
in repository guix.

commit 5e42ea4f98d0ed28d889a37975f947457a91523e
Author: Mathieu Othacehe <address@hidden>
AuthorDate: Mon Apr 27 16:05:36 2020 +0200

    image: Disable compression for ISO images.
---
 gnu/system/image.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/system/image.scm b/gnu/system/image.scm
index b8544b2..937d628 100644
--- a/gnu/system/image.scm
+++ b/gnu/system/image.scm
@@ -92,7 +92,9 @@
     (list (partition
            (size 'guess)
            (label "GUIX_IMAGE")
-           (flags '(boot)))))))
+           (flags '(boot)))))
+   ;; XXX: Temporarily disable compression to speed-up the tests.
+   (compression? #f)))
 
 
 ;;



reply via email to

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