mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
eda3fcfb46
commit
f56144e18a
1 changed files with 1 additions and 3 deletions
|
@ -115,9 +115,7 @@ (define iso9660-image
|
||||||
(list (partition
|
(list (partition
|
||||||
(size 'guess)
|
(size 'guess)
|
||||||
(label "GUIX_IMAGE")
|
(label "GUIX_IMAGE")
|
||||||
(flags '(boot)))))
|
(flags '(boot)))))))
|
||||||
;; XXX: Temporarily disable compression to speed-up the tests.
|
|
||||||
(compression? #f)))
|
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue