You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BootType can currently produce this JSON: "boot": "legacy" or "boot": "efi" { secure_boot: true/false }
This is difficult to represent in other languages, and should be modified. This issue concerns quickget_cigo.
A potential solution would be to change it to a simple enum, with the possible values being 'legacy', 'efi', 'secure_efi' or something of the like.
The text was updated successfully, but these errors were encountered:
BootType can currently produce this JSON: "boot": "legacy" or "boot": "efi" { secure_boot: true/false }
This is difficult to represent in other languages, and should be modified. This issue concerns quickget_cigo.
A potential solution would be to change it to a simple enum, with the possible values being 'legacy', 'efi', 'secure_efi' or something of the like.
The text was updated successfully, but these errors were encountered: