define new boot_state 'upgrade'
[plcapi.git] / db-config.d / 020-boot_states
index f94a8c5..0f7c768 100644 (file)
@@ -6,6 +6,7 @@ default_boot_states = [
     'safeboot',
     'install',
     'reinstall',
+    'upgrade',
     'disabled',
 ]
 current_boot_states = GetBootStates()