Make BootEntry fields optional for older bootc versions Fields like downloadOnly, softRebootCapable, incompatible, pinned, and store may be absent on older RHEL bootc output. Using serde(default) lets them gracefully default to false/"" when missing. Co-Authored-By: Claude <noreply@anthropic.com>