distro_fedora: Show download source

This commit is contained in:
timoxa0 2024-11-03 16:39:50 +05:00
parent f1385304eb
commit 78a7524e19

View file

@ -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