blob: 7a524fbc468254de162810f5471f7df7810c9115 [file] [log] [blame]
Konstantin Aladyshev6aa72f62021-02-10 20:11:52 +03001description: >
2 Implement to designate the type of a boot image.
3
4properties:
5 - name: BootType
6 type: enum[self.Types]
7 description: >
8 The desired boot image type.
9 default: EFI
10
11enumerations:
12 - name: Types
13 description: >
Patrick Williams8da396c2022-03-14 14:21:02 -050014 Possible types of a boot image.
Konstantin Aladyshev6aa72f62021-02-10 20:11:52 +030015 values:
Patrick Williams8da396c2022-03-14 14:21:02 -050016 - name: Legacy
17 description: >
18 PC compatible boot.
19 - name: EFI
20 description: >
21 Extensible Firmware Interface Boot.