diff --git a/common.d/common.fedora.sh b/common.d/common.fedora.sh index 014072b..1b7b359 100644 --- a/common.d/common.fedora.sh +++ b/common.d/common.fedora.sh @@ -26,7 +26,7 @@ fetch_base_system() local raw_path="./cache/Fedora-$edition-$release-$releasever.aarch64.raw" [ ! -f "$xz_path" ] && { - log "Downloading generic rootfs" internal + log "Downloading generic rootfs from $xz_url" internal wget -q --show-progress -O "$xz_path" "$xz_url" || { log "Failed to download generic rootfs" ierror return 1