Add Inactive state to OSStatus enum

Change-Id: Ia0da0d12b967b80d0ef3800146de01033e425613
Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
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 @@
 properties:
     - name: OperatingSystemState
       type: enum[self.OSStatus]
-      default: BootComplete
+      default: Inactive
       description: >
         Current state of the operating system.
 
@@ -31,3 +31,6 @@
        - name: BootComplete
          description: >
            Boot Completed or Unspecified Boot Device.
+       - name: Inactive
+         description: >
+           System Inactive.