diff --git a/initcpio/hooks/miso_pxe_http b/initcpio/hooks/miso_pxe_http index b472bc2..124e1dc 100644 --- a/initcpio/hooks/miso_pxe_http +++ b/initcpio/hooks/miso_pxe_http @@ -41,7 +41,7 @@ miso_pxe_http_mount_handler () { local _src=${miso_http_srv}${misobasedir}/${arch} for sfs in livefs mhwdfs desktopfs rootfs;do - if [[ ! -z "$( curl -s --head "${_src}/${sfs}.sfs" | grep "OK" )" ]]; then + if [[ ! -z "$( curl -L -s --head "${_src}/${sfs}.sfs" | grep "OK" )" ]]; then _curl_get "${_src}/${sfs}.sfs" "/${arch}" if [[ "${checksum}" == "y" ]]; then