diff options
| author | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-06-24 20:50:42 +0200 |
|---|---|---|
| committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2020-06-24 20:50:42 +0200 |
| commit | f56144e18a1acc953a4e9a9bd7f43a413bf577c9 (patch) | |
| tree | ec6e62d07a09c7d620ad81b131880a6d16cfe5b4 | |
| parent | eda3fcfb46586710fff876ce6254b300795ef543 (diff) | |
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.
| -rw-r--r-- | gnu/system/image.scm | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gnu/system/image.scm b/gnu/system/image.scm index 90163e68dae..bb73aea65a2 100644 --- a/gnu/system/image.scm +++ b/gnu/system/image.scm | |||
| @@ -115,9 +115,7 @@ | |||
| 115 | (list (partition | 115 | (list (partition |
| 116 | (size 'guess) | 116 | (size 'guess) |
| 117 | (label "GUIX_IMAGE") | 117 | (label "GUIX_IMAGE") |
| 118 | (flags '(boot))))) | 118 | (flags '(boot))))))) |
| 119 | ;; XXX: Temporarily disable compression to speed-up the tests. | ||
| 120 | (compression? #f))) | ||
| 121 | 119 | ||
| 122 | 120 | ||
| 123 | ;; | 121 | ;; |
