~ruther/guix-local

dfaeaae9c7e7283b99ad10aef3e61402e9820bc7 — Mathieu Othacehe 2 years ago f4a5d4f
image: Product hybrid qcow2 images.

This is a follow-up of e5ed1712da049b1c3dcf01e0a7e02e48a8aff012. Restore the
behaviour before d57cab764122af69d52d8cc9c843456044e5d7bc and produce
hybrid, BIOS and UEFI capable qcow2 images.

* gnu/system/image.scm (qcow2-image-type): Inherit from mbr-hybrid-disk-image.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/system/image.scm
M gnu/system/image.scm => gnu/system/image.scm +1 -1
@@ 246,7 246,7 @@ set to the given OS."
   (name 'qcow2)
   (constructor (cut image-with-os
                 (image
                  (inherit mbr-disk-image)
                  (inherit mbr-hybrid-disk-image)
                  (name 'image.qcow2)
                  (format 'compressed-qcow2))
                 <>))))