services: virtualization: Use a compressed qcow2 hurd disk-image.
* gnu/services/virtualization.scm (hurd-vm-disk-image): Use 'compressed-qcow2 format.master
parent
df5d1c8393
commit
2f1f7b6667
|
@ -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)))))
|
||||
|
||||
|
|
Reference in New Issue