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:
parent
cd5de55657
commit
b96ee08ce1
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue