pipeline/stage/grub2: support explicit legacy/uefi API

This allows legacy bootloader and UEFI bootloaders to be
enabled/disabled independently of each other.

Signed-off-by: Tom Gundersen <teg@jklm.no>
This commit is contained in:
Tom Gundersen 2019-12-12 19:20:57 +01:00 committed by Lars Karlitski
parent 7e4c4e4f6d
commit 18971bd8ef
27 changed files with 70 additions and 49 deletions

View file

@ -124,7 +124,8 @@
"name": "org.osbuild.grub2",
"options": {
"root_fs_uuid": "76a22bf4-f153-4541-b6c7-0332c0dfaeac",
"kernel_opts": "ro biosdevname=0 net.ifnames=0"
"kernel_opts": "ro biosdevname=0 net.ifnames=0",
"legacy": true
}
},
{