summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml')
-rw-r--r--xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml5
1 files changed, 4 insertions, 1 deletions
diff --git a/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml b/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml
index 60852f3..96b04c1 100644
--- a/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml
+++ b/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml
@@ -4,7 +4,7 @@ description: >
properties:
- name: OperatingSystemState
type: enum[self.OSStatus]
- default: BootComplete
+ default: Inactive
description: >
Current state of the operating system.
@@ -31,3 +31,6 @@ enumerations:
- name: BootComplete
description: >
Boot Completed or Unspecified Boot Device.
+ - name: Inactive
+ description: >
+ System Inactive.
OpenPOWER on IntegriCloud