stages/grub2.legacy: make the "bios" option a bool

We use an internal mapping from `architecture` to the needed
grub2 platform identifier, there is no need to pass it in.
Change it to a boolean.
This commit is contained in:
Christian Kellner 2022-05-28 13:21:17 +00:00 committed by Tom Gundersen
parent cd5de55657
commit b96ee08ce1

View file

@ -103,7 +103,7 @@ SCHEMA = """
"bootfs": { "$ref": "#/definitions/filesystem" },
"bios": {
"description": "Include bios boot support",
"type": "string"
"type": "boolean"
},
"uefi": {
"description": "Include UEFI boot support",