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:
@@ -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
Block a user