mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
services: virtualization: Use a compressed qcow2 hurd disk-image.
* gnu/services/virtualization.scm (hurd-vm-disk-image): Use 'compressed-qcow2 format.
This commit is contained in:
parent
df5d1c8393
commit
2f1f7b6667
1 changed files with 1 additions and 0 deletions
|
@ -905,6 +905,7 @@ (define (hurd-vm-disk-image config)
|
||||||
(system-image
|
(system-image
|
||||||
(image
|
(image
|
||||||
(inherit hurd-disk-image)
|
(inherit hurd-disk-image)
|
||||||
|
(format 'compressed-qcow2)
|
||||||
(size disk-size)
|
(size disk-size)
|
||||||
(operating-system os)))))
|
(operating-system os)))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue