[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: image: Product hybrid qcow2 images.
From: |
guix-commits |
Subject: |
branch master updated: image: Product hybrid qcow2 images. |
Date: |
Sun, 01 Oct 2023 16:19:32 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new dfaeaae9c7 image: Product hybrid qcow2 images.
dfaeaae9c7 is described below
commit dfaeaae9c7e7283b99ad10aef3e61402e9820bc7
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Oct 1 22:07:00 2023 +0200
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.
---
gnu/system/image.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/system/image.scm b/gnu/system/image.scm
index fa4cab0b03..a990c4f861 100644
--- a/gnu/system/image.scm
+++ b/gnu/system/image.scm
@@ -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))
<>))))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: image: Product hybrid qcow2 images.,
guix-commits <=