system: image: Enable compression on ISO9660 images.
authorMathieu Othacehe <m.othacehe@gmail.com>
Wed, 24 Jun 2020 18:50:42 +0000 (20:50 +0200)
committerMathieu Othacehe <m.othacehe@gmail.com>
Wed, 24 Jun 2020 18:50:42 +0000 (20:50 +0200)
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

index 90163e6..bb73aea 100644 (file)
     (list (partition
            (size 'guess)
            (label "GUIX_IMAGE")
-           (flags '(boot)))))
-   ;; XXX: Temporarily disable compression to speed-up the tests.
-   (compression? #f)))
+           (flags '(boot)))))))
 
 \f
 ;;