blob: 60852f3d205f40aa1fbf02637dc9b49672e9a415 [file] [log] [blame]
description: >
Implement to set the operating system status.
properties:
- name: OperatingSystemState
type: enum[self.OSStatus]
default: BootComplete
description: >
Current state of the operating system.
enumerations:
- name: OSStatus
description: >
The operaing system statuses.
values:
- name: CBoot
description: >
C Boot Completed.
- name: PXEBoot
description: >
PXE Boot Completed.
- name: DiagBoot
description: >
Diagnostic Boot Completed.
- name: CDROMBoot
description: >
CD-ROM Boot completed.
- name: ROMBoot
description: >
ROM Boot Completed
- name: BootComplete
description: >
Boot Completed or Unspecified Boot Device.