Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
philips77 committed Jan 16, 2025
1 parent b7a3f85 commit ab583f5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ public static class ImageSlot {
*/
@JsonProperty("pending")
public boolean pending;
/** An image is confirmed when it managed to boot on slot 0. */
/** An image is confirmed when it managed to boot from and was confirmed. */
@JsonProperty("confirmed")
public boolean confirmed;
/** An image is active when it is running on slot 0. */
/** An image is active when it is running. */
@JsonProperty("active")
public boolean active;
/** An image is permanent after it was confirmed using <i>confirm</i> command. */
Expand Down

0 comments on commit ab583f5

Please sign in to comment.