guix-commits
[Top][All Lists]
Advanced

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

branch master updated: system: image: Enable compression on ISO9660 imag


From: guix-commits
Subject: branch master updated: system: image: Enable compression on ISO9660 images.
Date: Wed, 24 Jun 2020 14:52:35 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new f56144e  system: image: Enable compression on ISO9660 images.
f56144e is described below

commit f56144e18a1acc953a4e9a9bd7f43a413bf577c9
Author: Mathieu Othacehe <m.othacehe@gmail.com>
AuthorDate: Wed Jun 24 20:50:42 2020 +0200

    system: image: Enable compression on ISO9660 images.
    
    ISO9660 image compression was temporarily disabled to speed-up tests of the
    new image API. Enable it again.
    
    * gnu/system/image.scm (iso9660-image)[compression]: Enable it.
---
 gnu/system/image.scm | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

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



reply via email to

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