Skip to content

Commit

Permalink
Merge pull request #28 from mcattamoredhat/update-minimal-raw
Browse files Browse the repository at this point in the history
test: update minimal raw filename
  • Loading branch information
mcattamoredhat committed May 27, 2024
2 parents ee3ee4b + 5f1a404 commit 28c0c3a
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 28c0c3a

Please sign in to comment.