blob: 879ff76a821c41efcd6b4163089e187289ce8a1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
description: >
Implement to set boot mode. The mode typically identifies
the end target of the boot process.
properties:
- name: BootMode
type: enum[self.Modes]
description: >
The desired boot mode.
enumerations:
- name: Modes
description: >
Possible boot modes.
values:
- name: Regular
description: >
The regular/default mode, such as boot to an OS.
- name: Safe
description: >
Boot to a diagnostic/trouble-shooting mode.
- name: Setup
description: >
Boot to BIOS setup.
|