Skip to content

Commit

Permalink
Merge pull request #31 from mcattamoredhat/adjust-minimal-raw-2
Browse files Browse the repository at this point in the history
test: check minimal raw issue
  • Loading branch information
mcattamoredhat committed May 28, 2024
2 parents 58c6267 + 6b34aac commit c98cef6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions minimal-raw.sh
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ LIBVIRT_IMAGE_PATH_UEFI=/var/lib/libvirt/images/"${IMAGE_KEY}-uefi.qcow2"
MINIMAL_RAW_FILENAME="${COMPOSE_ID}-${MINIMAL_RAW_FILENAME}"

sudo xz -d "${MINIMAL_RAW_FILENAME}"
ls -lsa
sudo qemu-img convert -f raw "${COMPOSE_ID}-${MINIMAL_RAW_DECOMPRESSED}" -O qcow2 "$LIBVIRT_IMAGE_PATH_UEFI"
if [[ "$ID" == "fedora" ]] && [[ "$VERSION_ID" != "38" ]] && [[ "$ARCH" == "aarch64" ]]; then
# Fedora 39 and 40 ARM require bigger disk space.
Expand Down

0 comments on commit c98cef6

Please sign in to comment.