From 78a7524e198fb4a0f1e7abdc1bb28b4aaf6ee2d7 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Sun, 3 Nov 2024 16:39:50 +0500 Subject: [PATCH] distro_fedora: Show download source --- common.d/common.fedora.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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