index : mkinitcpio-archiso32 | |
Archlinux32 initcpio scripts used by archiso | gitolite user |
summaryrefslogtreecommitdiff |
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2014-08-12 20:13:09 +0200 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@gmail.com> | 2014-08-12 19:32:31 -0300 |
commit | c8eb3f3b34b82a9a64777834be8d3247f77739e5 (patch) | |
tree | 04295aa21fd0218ef33241af50f15e4d6a66f32e /hooks/archiso_pxe_http | |
parent | 314a74f4c6c50b2f1c26a35fffed7738d3245da5 (diff) |
-rw-r--r-- | hooks/archiso_pxe_http | 2 |
diff --git a/hooks/archiso_pxe_http b/hooks/archiso_pxe_http index a23e952..e36fa21 100644 --- a/hooks/archiso_pxe_http +++ b/hooks/archiso_pxe_http @@ -37,7 +37,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" "/" + _curl_get "${archiso_http_srv}${archisobasedir}/${arch}/airootfs.md5" "/${arch}" fi mkdir -p "/run/archiso/bootmnt" |