index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-12-02 00:44:02 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2011-12-02 14:12:16 -0300 |
commit | 3df0be6a228745e9ea3102ede4fb865089d73b15 (patch) | |
tree | f3471a058cef0826cffef2a20aff6a279f5b4a34 /archiso/hooks/archiso_pxe_curl | |
parent | 7cb67d42fa7784e97648d7eb81f1947c82e8024d (diff) |
-rw-r--r-- | archiso/hooks/archiso_pxe_curl | 2 |
diff --git a/archiso/hooks/archiso_pxe_curl b/archiso/hooks/archiso_pxe_curl index 80315bc..27deee9 100644 --- a/archiso/hooks/archiso_pxe_curl +++ b/archiso/hooks/archiso_pxe_curl @@ -2,8 +2,10 @@ run_hook() { if [[ -n "${ip}" && -n "${archiso_curl_url}" ]]; then + archiso_curl_url=$(eval echo ${archiso_curl_url}) [[ -z "${curlspace_size}" ]] && curlspace_size="75%" + mount_handler="archiso_pxe_curl_mount_handler" fi } |