blob: 21063be536301a85a80f37d625370b0e214f549b [file] [log] [blame]
description: >
Implement to designate the type of a boot image.
properties:
- name: BootType
type: enum[self.Types]
description: >
The desired boot image type.
default: EFI
enumerations:
- name: Types
description: >
Possible types of a boot image.
values:
- name: Legacy
description: >
PC compatible boot.
- name: EFI
description: >
Extensible Firmware Interface Boot.