feat: Reduce transient startup status messages (#1863)

This commit is contained in:
Kroese
2026-07-15 21:50:20 +02:00
committed by GitHub
parent ea19f2e5ed
commit d75ed28b35
2 changed files with 0 additions and 3 deletions
-1
View File
@@ -1338,5 +1338,4 @@ if ! finishInstall "$BOOT" "N"; then
exit 69
fi
html "Successfully prepared image for installation..."
return 0
-2
View File
@@ -845,10 +845,8 @@ downloadFile() {
fi
verifyFile "$iso" "$size" "$total" "$sum" || return 1
isCompressed "$url" && UNPACK="Y"
html "Download finished successfully..."
return 0
fi