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.
This commit is contained in:
Christian Kellner 2020-03-30 16:00:35 +02:00 committed by David Rheinsberg
parent 9020a0b372
commit ef3f601d05

View file

@ -630,7 +630,7 @@
"name": "org.osbuild.qemu",
"options": {
"bootloader": {
"type": "none"
"type": "grub2"
},
"format": "qcow2",
"filename": "fedora-31-ostree.qcow2",