1
0
mirror of https://github.com/containers/bootc.git synced 2026-02-05 15:45:53 +01:00
Files
bootc/tests
Colin Walters 7be8eb204c Add bootupctl status --print-if-available
This is a middle ground between:

1) Parse arbitrary text output from `bootupctl status`; this could
   change at any time.
2) Parse JSON from `bootupctl status --json`; parsing this requires
   knowlege of bootupd and the JSON format still isn't 100% fixed
   in stone either.

Projects like https://github.com/openshift/machine-config-operator/
will basically want a flow that just allows them to check for
outstanding updates and apply them one node at a time.
2020-11-16 14:28:30 +01:00
..