From ef3f601d054e2114ef751916a4c6431467fca08e Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Mon, 30 Mar 2020 16:00:35 +0200 Subject: [PATCH] samples/f31-ostree-image.json: enable hybrid boot That was mostly prepared already, the one last missing piece was to use the default grub2 stage (previous commit) and now, with this commit, to actually install the grub2 legacy bootloader via the qemu assembler. --- samples/f31-ostree-image.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/f31-ostree-image.json b/samples/f31-ostree-image.json index 52695366..b0b2d252 100644 --- a/samples/f31-ostree-image.json +++ b/samples/f31-ostree-image.json @@ -630,7 +630,7 @@ "name": "org.osbuild.qemu", "options": { "bootloader": { - "type": "none" + "type": "grub2" }, "format": "qcow2", "filename": "fedora-31-ostree.qcow2",