1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-24 01:51:51 +02: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:
Mathieu Othacehe
2020-09-29 11:56:57 +02:00
parent df5d1c8393
commit 2f1f7b6667
+1
View File
@@ -905,6 +905,7 @@ is added to the OS specified in CONFIG."
(system-image
(image
(inherit hurd-disk-image)
(format 'compressed-qcow2)
(size disk-size)
(operating-system os)))))