distro_fedora: Show download source
This commit is contained in:
parent
f1385304eb
commit
78a7524e19
|
@ -26,7 +26,7 @@ fetch_base_system()
|
||||||
local raw_path="./cache/Fedora-$edition-$release-$releasever.aarch64.raw"
|
local raw_path="./cache/Fedora-$edition-$release-$releasever.aarch64.raw"
|
||||||
|
|
||||||
[ ! -f "$xz_path" ] && {
|
[ ! -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" || {
|
wget -q --show-progress -O "$xz_path" "$xz_url" || {
|
||||||
log "Failed to download generic rootfs" ierror
|
log "Failed to download generic rootfs" ierror
|
||||||
return 1
|
return 1
|
||||||
|
|
Loading…
Reference in a new issue