Skip to content

Commit

Permalink
test: update minimal raw filename
Browse files Browse the repository at this point in the history
  • Loading branch information
mcattamoredhat committed May 27, 2024
1 parent ee3ee4b commit 5f1a404
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions minimal-raw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,15 @@ case "${ID}-${VERSION_ID}" in
;;
"fedora-38")
OS_VARIANT="fedora-unknown"
MINIMAL_RAW_FILENAME=disk.raw.xz
;;
"fedora-39")
OS_VARIANT="fedora-unknown"
MINIMAL_RAW_FILENAME=disk.raw.xz
;;
"fedora-40")
OS_VARIANT="fedora-rawhide"
MINIMAL_RAW_FILENAME=disk.raw.xz
;;
*)
echo "unsupported distro: ${ID}-${VERSION_ID}"
Expand Down

0 comments on commit 5f1a404

Please sign in to comment.