You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: Use OS-matched target image in install tests
Add get_target_image function to tap.nu that selects the appropriate
bootc target image based on the running OS. This avoids version
mismatches (e.g., XFS features created by newer mkfs.xfs not
recognized by older grub2).
The function parses /usr/lib/os-release and looks up the image from
hack/os-image-map.json, with fallbacks for missing configurations.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Signed-off-by: Xiaofeng Wang <henrywangxf@me.com>
0 commit comments