Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/hooks/archiso_pxe_http
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2017-10-16 09:12:50 +0200
committerGerardo Exequiel Pozzi <vmlinuz386@gmail.com>2017-10-17 23:54:55 -0300
commit51182ec029a452f1aae79f10678f415b5214c050 (patch)
treea105182caffc18fa8656aeee124b3da133ab2454 /hooks/archiso_pxe_http
parent9577bc31aef4ed864449deecf5b0652d754ffbb5 (diff)
use a stronger hashing algorithm
Nobody wants to use md5 these days... Signed-off-by: Christian Hesse <mail@eworm.de>
Diffstat (limited to 'hooks/archiso_pxe_http')
-rw-r--r--hooks/archiso_pxe_http2
1 files changed, 1 insertions, 1 deletions
diff --git a/hooks/archiso_pxe_http b/hooks/archiso_pxe_http
index 54af7c5..a7c03a8 100644
--- a/hooks/archiso_pxe_http
+++ b/hooks/archiso_pxe_http
@@ -41,7 +41,7 @@ archiso_pxe_http_mount_handler () {
_curl_get "${archiso_http_srv}${archisobasedir}/${arch}/airootfs.sfs" "/${arch}"
if [[ "${checksum}" == "y" ]]; then
- _curl_get "${archiso_http_srv}${archisobasedir}/${arch}/airootfs.md5" "/${arch}"
+ _curl_get "${archiso_http_srv}${archisobasedir}/${arch}/airootfs.sha512" "/${arch}"
fi
if [[ "${verify}" == "y" ]]; then
_curl_get "${archiso_http_srv}${archisobasedir}/${arch}/airootfs.sfs.sig" "/${arch}"