Skip to content

Commit

Permalink
Merge pull request #221 from aka7/bootmode_option
Browse files Browse the repository at this point in the history
add bootmode option to provide support for uefi
  • Loading branch information
jrha committed Dec 21, 2023
2 parents 26e74a0 + 3e7d4b7 commit 08a2a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions quattor/types/hardware.pan
Expand Up @@ -241,6 +241,7 @@ type structure_benchmark = {
type structure_bios = {
"version" : string
"releasedate" : string
"bootmode" ? choice('uefi', 'bios')
};

@documentation{
Expand Down

0 comments on commit 08a2a2a

Please sign in to comment.