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.
This commit is contained in:
Mathieu Othacehe 2020-06-24 20:50:42 +02:00
parent eda3fcfb46
commit f56144e18a
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 3 deletions

View File

@ -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)))))))
;;