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:
parent
9020a0b372
commit
ef3f601d05
1 changed files with 1 additions and 1 deletions
|
|
@ -630,7 +630,7 @@
|
|||
"name": "org.osbuild.qemu",
|
||||
"options": {
|
||||
"bootloader": {
|
||||
"type": "none"
|
||||
"type": "grub2"
|
||||
},
|
||||
"format": "qcow2",
|
||||
"filename": "fedora-31-ostree.qcow2",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue