diff options
| author | Mathieu Othacehe <othacehe@gnu.org> | 2023-10-01 22:07:00 +0200 |
|---|---|---|
| committer | Mathieu Othacehe <othacehe@gnu.org> | 2023-10-01 22:18:52 +0200 |
| commit | dfaeaae9c7e7283b99ad10aef3e61402e9820bc7 (patch) | |
| tree | 074095885d215493fdaaacff698e36f60d8e31c6 /gnu/system/image.scm | |
| parent | f4a5d4f0b0a814fe8bb19063cb77cbaa45d85032 (diff) | |
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.
Diffstat (limited to 'gnu/system/image.scm')
| -rw-r--r-- | gnu/system/image.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/system/image.scm b/gnu/system/image.scm index fa4cab0b03b..a990c4f8613 100644 --- a/gnu/system/image.scm +++ b/gnu/system/image.scm | |||
| @@ -246,7 +246,7 @@ set to the given OS." | |||
| 246 | (name 'qcow2) | 246 | (name 'qcow2) |
| 247 | (constructor (cut image-with-os | 247 | (constructor (cut image-with-os |
| 248 | (image | 248 | (image |
| 249 | (inherit mbr-disk-image) | 249 | (inherit mbr-hybrid-disk-image) |
| 250 | (name 'image.qcow2) | 250 | (name 'image.qcow2) |
| 251 | (format 'compressed-qcow2)) | 251 | (format 'compressed-qcow2)) |
| 252 | <>)))) | 252 | <>)))) |
